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