Vouch request: haidargit #534
haidargit
started this conversation in
Vouch Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What do you want to work on?
Hi! I wanted to mention issue #485 (related to NemoClaw #427). To fix the hardcoded 120-second timeout during bootstrap, the PR plan will replace
connect_with_local_defaults()withconnect_with_defaults().with_timeout(Duration::from_secs(3600)).Why this change?
A 120-second limit just isn't enough time to build/upload large sandboxes (like the ~2.5GB ones used for OpenClaw) over standard connections. Bumping up the timeout will unblock anyone using
sandbox create --from.Checklist
Beta Was this translation helpful? Give feedback.
All reactions