Spaces:
Running
Running
terryyz
commited on
Commit
·
e51bb0b
1
Parent(s):
406df06
increase the session time
Browse files- sandbox/constants.py +1 -1
sandbox/constants.py
CHANGED
@@ -29,7 +29,7 @@ SANDBOX_NGINX_PORT: int = 8000
|
|
29 |
Nginx port for the sandbox.
|
30 |
'''
|
31 |
|
32 |
-
SANDBOX_TIMEOUT_SECONDS: int =
|
33 |
'''
|
34 |
Timeout in seconds for created sandboxes to expire.
|
35 |
'''
|
|
|
29 |
Nginx port for the sandbox.
|
30 |
'''
|
31 |
|
32 |
+
SANDBOX_TIMEOUT_SECONDS: int = 5 * 60
|
33 |
'''
|
34 |
Timeout in seconds for created sandboxes to expire.
|
35 |
'''
|