Merge pull request #708 from tnfssc/hotfix/sandbox-autostop

This commit is contained in:
Sharath 2025-06-11 05:47:54 +05:30 committed by GitHub
commit 6d5f9a76de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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