Skip to content

Commit 92b38dc

Browse files
authored
Change the default value of keep_runtime_alive from True to False (#5288)
1 parent a378ff0 commit 92b38dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openhands/core/config/sandbox_config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class SandboxConfig:
3636

3737
remote_runtime_api_url: str = 'http://localhost:8000'
3838
local_runtime_url: str = 'http://localhost'
39-
keep_runtime_alive: bool = True
39+
keep_runtime_alive: bool = False
4040
rm_all_containers: bool = False
4141
api_key: str | None = None
4242
base_container_image: str = 'nikolaik/python-nodejs:python3.12-nodejs22' # default to nikolaik/python-nodejs:python3.12-nodejs22 for eventstream runtime

0 commit comments

Comments
 (0)