fix: runtime timeout

This commit is contained in:
tao.chen
2026-08-07 18:50:48 +08:00
parent 37d89c74d6
commit 14c41a22b6
2 changed files with 19 additions and 10 deletions
+2 -2
View File
@@ -141,8 +141,8 @@ grep -rnE 'os\.(environ\[?["\x27][A-Z_]+|getenv\(["\x27][A-Z_]+)' --include="*.p
about `app.state.object_stores[bucket_name]`.
- The runtime's view of the workspace bucket on disk is exposed by
`common.storage.workspaces_root()`:
- `s3` mode: `${settings.local_storage_base_dir}/workspaces`
(default `/data/workspaces`, the rclone FUSE mount target).
- `s3` mode: `${settings.local_storage_base_dir}/workspace`
(default `/data/workspace`, the rclone FUSE mount target).
- `local` mode: `${settings.local_storage_base_dir}/workspace`
(default `/data/workspace`, a subdir of the shared local-storage
volume).