Skip to content

Commit

Permalink
Ensuring to actually enable virtual threads
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Nov 12, 2023
1 parent 0769697 commit 7e28827
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/idrepo/console/src/main/resources/console.properties
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ management.endpoint.env.show-values=WHEN_AUTHORIZED

service.discovery.address=http://localhost:8080/syncope-console/

spring.threads.virtual.enabled=true

server.shutdown=graceful
spring.lifecycle.timeout-per-shutdown-phase=30s

Expand Down
2 changes: 2 additions & 0 deletions client/idrepo/enduser/src/main/resources/enduser.properties
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ management.endpoint.env.show-values=WHEN_AUTHORIZED

service.discovery.address=http://localhost:8080/syncope-enduser/

spring.threads.virtual.enabled=true

server.shutdown=graceful
spring.lifecycle.timeout-per-shutdown-phase=30s

Expand Down
2 changes: 2 additions & 0 deletions core/starter/src/main/resources/core.properties
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ management.endpoint.env.show-values=WHEN_AUTHORIZED

service.discovery.address=http://localhost:8080/syncope/rest/

spring.threads.virtual.enabled=true

server.shutdown=graceful
spring.lifecycle.timeout-per-shutdown-phase=30s

Expand Down
2 changes: 2 additions & 0 deletions sra/src/main/resources/sra.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ spring.cloud.discovery.client.health-indicator.enabled=false

service.discovery.address=http://localhost:8080/

spring.threads.virtual.enabled=true

server.shutdown=graceful
spring.lifecycle.timeout-per-shutdown-phase=30s

Expand Down
2 changes: 2 additions & 0 deletions wa/starter/src/main/resources/wa.properties
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ spring.main.lazy-initialization=false

service.discovery.address=http://localhost:8080/syncope-wa/

spring.threads.virtual.enabled=true

server.shutdown=graceful
spring.lifecycle.timeout-per-shutdown-phase=30s

Expand Down

0 comments on commit 7e28827

Please sign in to comment.