From 09e8a1eeba666400b3882805b81744e4ab09d60d Mon Sep 17 00:00:00 2001 From: tofarr Date: Tue, 21 Jan 2025 12:20:35 -0700 Subject: [PATCH] Fix: Keeping runtimes alive again (For now) (#6395) --- openhands/core/config/sandbox_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openhands/core/config/sandbox_config.py b/openhands/core/config/sandbox_config.py index f5b984fec0b9..3ed15a01ecb2 100644 --- a/openhands/core/config/sandbox_config.py +++ b/openhands/core/config/sandbox_config.py @@ -39,7 +39,7 @@ class SandboxConfig(BaseModel): remote_runtime_api_url: str = Field(default='http://localhost:8000') local_runtime_url: str = Field(default='http://localhost') - keep_runtime_alive: bool = Field(default=False) + keep_runtime_alive: bool = Field(default=True) rm_all_containers: bool = Field(default=False) api_key: str | None = Field(default=None) base_container_image: str = Field(