Skip to content

Commit

Permalink
Change the default value of keep_runtime_alive from True to False (#5288
Browse files Browse the repository at this point in the history
)
  • Loading branch information
tofarr authored Dec 2, 2024
1 parent a378ff0 commit 92b38dc
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 @@ -36,7 +36,7 @@ class SandboxConfig:

remote_runtime_api_url: str = 'http://localhost:8000'
local_runtime_url: str = 'http://localhost'
keep_runtime_alive: bool = True
keep_runtime_alive: bool = False
rm_all_containers: bool = False
api_key: str | None = None
base_container_image: str = 'nikolaik/python-nodejs:python3.12-nodejs22' # default to nikolaik/python-nodejs:python3.12-nodejs22 for eventstream runtime
Expand Down

0 comments on commit 92b38dc

Please sign in to comment.