Skip to content

Commit a6ab506

Browse files
committed
One time session timeout reduction from 10min to 30s
1 parent 7f1364f commit a6ab506

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

JShellAPI/src/main/resources/application.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Public API Config
22
# 30 * 60 = 1800
33
jshellapi.regularSessionTimeoutSeconds=1800
4-
# 10 * 60 = 600
5-
jshellapi.oneTimeSessionTimeoutSeconds=600
4+
jshellapi.oneTimeSessionTimeoutSeconds=30
65
jshellapi.evalTimeoutSeconds=15
76
jshellapi.maxAliveSessions=10
87

0 commit comments

Comments
 (0)