Skip to content

Commit

Permalink
Merge branch 'main' of github.com:sandwichfarm/nostr-watch into main
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Jul 25, 2024
2 parents 8d7f03b + b2dbbab commit 4211c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/relays/jobs/StatusCheckHistoryNode.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const localMethods = {
location.reload()
this.closePool($pool)
setTimeout(()=>this.store.jobs.completeJob(this.slug), 500)
}, 5000)
}, 15000)
$pool
.on('open', () => {
clearTimeout(timeout)
Expand Down

0 comments on commit 4211c09

Please sign in to comment.