Skip to content

Commit

Permalink
decrease default eoseTimeout to 4400ms.
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf committed Dec 18, 2023
1 parent 7a6c075 commit 7c1daba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export class SimplePool {
const eoseTimeout = setTimeout(() => {
handleEose = () => {}
params.oneose?.()
}, params.eoseSubTimeout || 5400)
}, params.eoseSubTimeout || 4400)

// batch all closes into a single
const closesReceived: string[] = []
Expand Down

0 comments on commit 7c1daba

Please sign in to comment.