Skip to content

Commit

Permalink
extend threshold due to temporary relay issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Mar 10, 2024
1 parent 30dd80e commit 4979cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
const MONITOR =
"abcde937081142db0d50d29bf92792d4ee9b3d79a83c483453171a6004711832";
const ONLINE_THRESHOLD = Math.round(Date.now() / 1000) - 60 * 60 * 4;
const ONLINE_THRESHOLD = Math.round(Date.now() / 1000) - 60 * 60 * 24;
let currentRelayModal = null;
let currentGenericModal = null;
Expand Down

0 comments on commit 4979cb7

Please sign in to comment.