fix(sandbox): reduce auto archive interval from 24 hours to 2 hours

This commit is contained in:
sharath 2025-07-18 13:58:16 +00:00
parent a3f99ebf12
commit 4f142ca083
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ async def create_sandbox(password: str, project_id: str = None) -> AsyncSandbox:
disk=5,
),
auto_stop_interval=15,
auto_archive_interval=24 * 60,
auto_archive_interval=2 * 60,
)
# Create the sandbox