Skip to content

Commit

Permalink
Fix: Keeping runtimes alive again (For now)
Browse files Browse the repository at this point in the history
  • Loading branch information
tofarr committed Jan 21, 2025
1 parent ff3880c commit da50d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openhands/core/config/sandbox_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit da50d57

Please sign in to comment.