We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30dd80e commit 4979cb7Copy full SHA for 4979cb7
src/App.svelte
@@ -21,7 +21,7 @@
21
22
const MONITOR =
23
"abcde937081142db0d50d29bf92792d4ee9b3d79a83c483453171a6004711832";
24
- const ONLINE_THRESHOLD = Math.round(Date.now() / 1000) - 60 * 60 * 4;
+ const ONLINE_THRESHOLD = Math.round(Date.now() / 1000) - 60 * 60 * 24;
25
26
let currentRelayModal = null;
27
let currentGenericModal = null;
0 commit comments