From 22eb90cac3f1ab0a2de28a6e4d732c6b5bf2679e Mon Sep 17 00:00:00 2001 From: sharath <29162020+tnfssc@users.noreply.github.com> Date: Wed, 11 Jun 2025 00:16:53 +0000 Subject: [PATCH] fix(sandbox): update auto stop interval to 15 minutes --- backend/sandbox/sandbox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/sandbox/sandbox.py b/backend/sandbox/sandbox.py index b10e9645..d034c167 100644 --- a/backend/sandbox/sandbox.py +++ b/backend/sandbox/sandbox.py @@ -113,7 +113,7 @@ def create_sandbox(password: str, project_id: str = None): "memory": 4, "disk": 5, }, - auto_stop_interval=24 * 60 + auto_stop_interval=15, ) # Create the sandbox