docs: update max-inbound default

It is actually `8`, not `30`:
0551096c0a/lib/net/pool.js (L3531)
This commit is contained in:
Matthew Zipkin 2019-06-28 11:41:15 -07:00 committed by GitHub
parent 4542ec5d18
commit 618e3b1ec7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,7 +106,7 @@ database and must be passed in consistently.
- `bip37`: Enable serving of bip37 merkleblocks (default: false).
- `listen`: Accept incoming connections (default: true).
- `max-outbound`: Max number of outbound connections (default: 8).
- `max-inbound`: Max number of inbound connections (default: 30).
- `max-inbound`: Max number of inbound connections (default: 8).
- `seeds`: Custom list of DNS seeds (comma-separated).
- `host`: Host to listen on (default: 0.0.0.0).
- `port`: Port to listen on (default: 8333).