Added default timeout for asynchronous requests
This commit is contained in:
parent
2d1f84a703
commit
df007eb4af
@ -455,6 +455,9 @@ spring.mvc.cors:
|
|||||||
#Set whether credentials are supported. When not set, credentials are not supported.
|
#Set whether credentials are supported. When not set, credentials are not supported.
|
||||||
allow-credentials: "true"
|
allow-credentials: "true"
|
||||||
|
|
||||||
|
# The default timeout for asynchronous requests in milliseconds
|
||||||
|
spring.mvc.async.request-timeout: "${SPRING_MVC_ASYNC_REQUEST_TIMEOUT:30000}"
|
||||||
|
|
||||||
# spring serve gzip compressed static resources
|
# spring serve gzip compressed static resources
|
||||||
spring.resources.chain:
|
spring.resources.chain:
|
||||||
compressed: "true"
|
compressed: "true"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user