You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description ="Timeout in seconds for sending responses to clients. Values smaller or equal to 0 disable the timeout. Defaults to $DEFAULT_RESPONSE_WRITE_TIMEOUT_SECONDS seconds if unset.",
48
+
converter =IntegerConverter::class,
49
+
)
50
+
var responseWriteTimeoutSeconds:Int=DEFAULT_RESPONSE_WRITE_TIMEOUT_SECONDS
0 commit comments