Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
pause_on_limit defaultconf: true
Browse files Browse the repository at this point in the history
Signed-off-by: Yonle <[email protected]>
  • Loading branch information
Yonle committed Feb 24, 2024
1 parent 7293893 commit 71ce98b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.js.example
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ module.exports = {
// Could save client's bandwidth. Disable this if you need to get more events.
//
// You may also need to adjust <max_eose_score>.
pause_on_limit: false,
pause_on_limit: true,

// Maximum of received EOSE from relays to send EOSE to client.
// Normally, waiting EOSE from 3 relays should be enough. Leaving it with 0 equals wait for every established relays.
Expand Down

0 comments on commit 71ce98b

Please sign in to comment.