Fix typos

This commit is contained in:
Akiomi Kamakura
2023-12-19 12:05:11 +09:00
parent a3b37912bc
commit 2873527df7
2 changed files with 5 additions and 5 deletions

View File

@@ -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.