Browse Source

typos

session-estimator
Mathias Buus 3 years ago
committed by GitHub
parent
commit
c2e19b5a62
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -127,7 +127,7 @@ Options include:
}
```
Node per default uses something called adaptive mode to decide whether or not they want to join other nodes routing table.
Nodes per default use something called adaptive mode to decide whether or not they want to join other nodes' routing table.
This includes things like node uptime, if the node is firewalled etc. Adaptive mode is conservative, so it might take ~20-30 mins for the node to turn persistent. If you are making a test case with your own bootstrap network you'd usually want to turn this off to make sure your test finishes in a timely maner. You can do this by passing `ephemeral: false` in the constructor.
For the vast majority of use-cases you should always use adaptive mode to ensure good DHT health, ie the defaults.

Loading…
Cancel
Save