We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f1364f commit a6ab506Copy full SHA for a6ab506
1 file changed
JShellAPI/src/main/resources/application.properties
@@ -1,8 +1,7 @@
1
# Public API Config
2
# 30 * 60 = 1800
3
jshellapi.regularSessionTimeoutSeconds=1800
4
-# 10 * 60 = 600
5
-jshellapi.oneTimeSessionTimeoutSeconds=600
+jshellapi.oneTimeSessionTimeoutSeconds=30
6
jshellapi.evalTimeoutSeconds=15
7
jshellapi.maxAliveSessions=10
8
0 commit comments