File tree Expand file tree Collapse file tree
content/manuals/ai/sandboxes Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -185,24 +185,6 @@ isn't configured, use one of these workarounds:
185185 This replays each commit on the branch and re-signs it with your local
186186 signing key.
187187
188- ## Clock drift after sleep/wake
189-
190- If your laptop sleeps and wakes while a sandbox is running, the VM clock can
191- fall behind the host clock. This causes problems such as:
192-
193- - External API calls failing because of timestamp validation.
194- - Git commits with incorrect timestamps.
195- - TLS certificate errors due to time mismatches.
196-
197- To fix the issue, stop and restart the sandbox:
198-
199- ``` console
200- $ sbx stop < sandbox-name>
201- $ sbx run < sandbox-name>
202- ```
203-
204- Restarting the sandbox re-syncs the VM clock with the host.
205-
206188## Daemon fails to start after downgrading
207189
208190If you downgrade ` sbx ` to a version older than the one that last managed your
You can’t perform that action at this time.
0 commit comments