Skip to content

Commit 3afe4ba

Browse files
committed
docs(example-screener): Add note about Codespaces idle timeout setting
1 parent 0cb81e4 commit 3afe4ba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/src/content/docs/dev/editing-example-screener.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,6 @@ If the Firebase emulators don't shut down gracefully (e.g., due to a Codespace i
108108

109109
### Codespace idle timeout
110110

111-
Codespaces will stop after a period of inactivity. Interacting with the web app alone may not count as activity. If you're making a long editing session, occasionally interact with the VS Code terminal to keep the Codespace alive. You might also want to run the `bin/export-example-screener` script periodicially to ensure you can pick up where you left off when restarting the Codespace later.
111+
Codespaces will stop after a period of inactivity (default: 30 minutes). Interacting with the web app alone may not count as activity. If you're making a long editing session, occasionally interact with the VS Code terminal to keep the Codespace alive. You might also want to run the `bin/export-example-screener` script periodically to ensure you can pick up where you left off when restarting the Codespace later.
112+
113+
To increase the default idle timeout, go to [github.com/settings/codespaces](https://github.com/settings/codespaces) and change the **Default idle timeout** setting (maximum: 240 minutes).

0 commit comments

Comments
 (0)