mirror of
https://github.com/LBRYFoundation/tracker.git
synced 2025-08-27 15:31:32 +00:00
Merge pull request #344 from chihaya/fix-shard-key
*: fix shard key name
This commit is contained in:
commit
13c71b4ee1
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ chihaya:
|
||||||
|
|
||||||
# The number of partitions data will be divided into in order to provide a
|
# The number of partitions data will be divided into in order to provide a
|
||||||
# higher degree of parallelism.
|
# higher degree of parallelism.
|
||||||
shards: 1024
|
shard_count: 1024
|
||||||
|
|
||||||
# The interval at which metrics about the number of infohashes and peers
|
# The interval at which metrics about the number of infohashes and peers
|
||||||
# are collected and posted to Prometheus.
|
# are collected and posted to Prometheus.
|
||||||
|
|
Loading…
Add table
Reference in a new issue