Skip to content

Commit 28e6bc2

Browse files
committed
Implemented WEBPAGE_REFRESH_INTERVAL environmental variable
1 parent 07655bb commit 28e6bc2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,8 @@ To enable status checking for Twitch, provide a `TWITCH_CHANNEL`, `TWITCH_CLIENT
171171
- For more information about registering an app on Twitch, see [the developer documentation](https://dev.twitch.tv/docs/authentication/register-app/).
172172
- `WEBPAGE_REFRESH_INTERVAL`
173173
- String
174-
- If set to a positive integer, the browser will automatically refresh the webpage at the specified interval in seconds. This can help prevent issues with stale content or memory leaks during long streaming sessions, as a memory can build if the `WEBPAGE_URL` location has memory leaks. If not set or set to an invalid value, automatic refresh is disabled.
174+
- If set to a positive integer, the browser will automatically refresh the webpage at the specified interval in seconds. This can help prevent issues with stale content or memory leaks during long streaming sessions, as a memory usage can build if the `WEBPAGE_URL` location has memory leaks.
175+
- If not set or set to an invalid value, automatic refresh is disabled.
175176
- `WEBPAGE_URL`
176177
- String
177178
- Default: `https://google.com`

0 commit comments

Comments
 (0)