fix: persist workspace Python environments
This commit is contained in:
@@ -68,7 +68,7 @@ class Settings:
|
||||
workspace_ssh_host=os.getenv("WORKSPACE_SSH_HOST", ""),
|
||||
workspace_download_max_bytes=_int("WORKSPACE_DOWNLOAD_MAX_BYTES", 128 * 1024 * 1024),
|
||||
model_timeout_seconds=_int("MODEL_TIMEOUT_SECONDS", 600),
|
||||
tool_timeout_seconds=_int("TOOL_TIMEOUT_SECONDS", 120),
|
||||
tool_timeout_seconds=_int("TOOL_TIMEOUT_SECONDS", 900),
|
||||
max_tool_output_chars=_int("MAX_TOOL_OUTPUT_CHARS", 24_000),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user