Skip to content

Commit

Permalink
decrease sensitivity
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Sep 10, 2024
1 parent 127a79b commit 7ca79f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/core/MRPMonitors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ type RelayDiscoveryDictionary = Record<string, RelayDiscovery[]>

export class MRPMonitors extends MRPData {
private readonly monitorEventRelays: string[] = ['wss://history.nostr.watch', 'wss://relaypag.es', 'wss://relay.nostr.watch']
private readonly livenessThreshold: number = Math.round(Date.now()/1000)-60*60*2
private readonly livenessThreshold: number = Math.round(Date.now()/1000)-60*60*6

private ndk: NDK;
private $: MRPState;
Expand Down

0 comments on commit 7ca79f7

Please sign in to comment.