Skip to content

Commit 4979cb7

Browse files
committed
extend threshold due to temporary relay issues
1 parent 30dd80e commit 4979cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
2222
const MONITOR =
2323
"abcde937081142db0d50d29bf92792d4ee9b3d79a83c483453171a6004711832";
24-
const ONLINE_THRESHOLD = Math.round(Date.now() / 1000) - 60 * 60 * 4;
24+
const ONLINE_THRESHOLD = Math.round(Date.now() / 1000) - 60 * 60 * 24;
2525
2626
let currentRelayModal = null;
2727
let currentGenericModal = null;

0 commit comments

Comments
 (0)