Skip to content

Commit f4cd970

Browse files
committed
Faster startup time through lazy initialization
S3Mock starts up pretty fast already, but this can't hurt.
1 parent 561cc54 commit f4cd970

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

server/src/main/resources/application.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@ com.adobe.testing.s3mock.region=us-east-1
2828
server.tomcat.max-swallow-size=10MB
2929

3030
management.endpoints.web.discovery.enabled=false
31+
32+
spring.main.lazy-initialization=true

0 commit comments

Comments
 (0)