mirror of https://github.com/kortix-ai/suna.git
fix(sandbox): reduce auto archive interval from 24 hours to 2 hours
This commit is contained in:
parent
a3f99ebf12
commit
4f142ca083
|
@ -112,7 +112,7 @@ async def create_sandbox(password: str, project_id: str = None) -> AsyncSandbox:
|
||||||
disk=5,
|
disk=5,
|
||||||
),
|
),
|
||||||
auto_stop_interval=15,
|
auto_stop_interval=15,
|
||||||
auto_archive_interval=24 * 60,
|
auto_archive_interval=2 * 60,
|
||||||
)
|
)
|
||||||
|
|
||||||
# Create the sandbox
|
# Create the sandbox
|
||||||
|
|
Loading…
Reference in New Issue