README.md: reduce the recommended max_shards value according to test results

See https://github.com/prometheus/prometheus/issues/5803#issuecomment-520973662
This commit is contained in:
Aliaksandr Valialkin 2019-08-13 22:33:04 +03:00
parent 09fc6e22e5
commit 9d41e0dcae

View File

@ -124,7 +124,7 @@ remote_write:
- url: http://<victoriametrics-addr>:8428/api/v1/write
queue_config:
max_samples_per_send: 10000
max_shards: 100
max_shards: 30
```
Substitute `<victoriametrics-addr>` with the hostname or IP address of VictoriaMetrics.