mirror of https://github.com/kortix-ai/suna.git
Merge pull request #708 from tnfssc/hotfix/sandbox-autostop
This commit is contained in:
commit
6d5f9a76de
|
@ -113,7 +113,7 @@ def create_sandbox(password: str, project_id: str = None):
|
||||||
"memory": 4,
|
"memory": 4,
|
||||||
"disk": 5,
|
"disk": 5,
|
||||||
},
|
},
|
||||||
auto_stop_interval=24 * 60
|
auto_stop_interval=15,
|
||||||
)
|
)
|
||||||
|
|
||||||
# Create the sandbox
|
# Create the sandbox
|
||||||
|
|
Loading…
Reference in New Issue