mirror of
https://github.com/Yonle/bostr.git
synced 2025-10-09 16:12:48 +02:00
Fix typos
This commit is contained in:
@@ -13,11 +13,11 @@ module.exports = {
|
||||
// Log about bouncer connection with relays?
|
||||
log_about_relays: false,
|
||||
|
||||
// Time before reconnect to relays in miliseconds.
|
||||
// Time before reconnect to relays in milliseconds.
|
||||
reconnect_time: 5000,
|
||||
|
||||
// Wait for every connected relays send EOSE.
|
||||
// Could improve accurancy on received events.
|
||||
// Could improve accuracy on received events.
|
||||
//
|
||||
// Depending on your configured relays,
|
||||
// It may could cause loading problems in client due to slow EOSE from bouncer.
|
||||
@@ -25,12 +25,12 @@ module.exports = {
|
||||
wait_eose: true,
|
||||
|
||||
// Pause an subscription from receiving further events after reached to <filter.limit>
|
||||
// Could save client's bandwdith.
|
||||
// Could save client's bandwidth.
|
||||
//
|
||||
// Depending on <wait_eose> settings, It could either miss some events.
|
||||
pause_on_limit: true,
|
||||
|
||||
// EOSE timeout in miliseconds
|
||||
// EOSE timeout in milliseconds
|
||||
eose_timeout: 2300,
|
||||
|
||||
// Maximum of received EOSE from relays to send EOSE to client.
|
||||
|
Reference in New Issue
Block a user