diff options
| author | Jonas Schnelli <[email protected]> | 2016-09-14 08:32:12 +0200 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2016-09-14 08:32:35 +0200 |
| commit | 57b34599b2deb179ff1bd97ffeab91ec9f904d85 (patch) | |
| tree | 2916f0c5cc5ab3ef6edb5e3c47e99826a6950a33 /doc | |
| parent | Merge #8693: add witness address to address book (diff) | |
| parent | Remove maxuploadtargets recommended minimum (diff) | |
| download | discoin-57b34599b2deb179ff1bd97ffeab91ec9f904d85.tar.xz discoin-57b34599b2deb179ff1bd97ffeab91ec9f904d85.zip | |
Merge #8712: Remove maxuploadtargets recommended minimum
1b6bcdd Remove maxuploadtargets recommended minimum (Jonas Schnelli)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/reduce-traffic.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/reduce-traffic.md b/doc/reduce-traffic.md index 2d86588eb..697099bea 100644 --- a/doc/reduce-traffic.md +++ b/doc/reduce-traffic.md @@ -19,8 +19,7 @@ This is *not* a hard limit; only a threshold to minimize the outbound traffic. When the limit is about to be reached, the uploaded data is cut by no longer serving historic blocks (blocks older than one week). Keep in mind that new nodes require other nodes that are willing to serve -historic blocks. **The recommended minimum is 144 blocks per day (max. 144MB -per day)** +historic blocks. Whitelisted peers will never be disconnected, although their traffic counts for calculating the target. |