Add <weight> example in <remote_servers> into dist config

This commit is contained in:
Azat Khuzhin 2020-06-27 09:47:02 +03:00
parent da26f6496f
commit e547f6b6d7

View File

@ -262,6 +262,8 @@
<shard>
<!-- Optional. Whether to write data to just one of the replicas. Default: false (write data to all replicas). -->
<!-- <internal_replication>false</internal_replication> -->
<!-- Optional. Shard weight when writing data. Default: 1. -->
<!-- <weight>1</weight> -->
<replica>
<host>localhost</host>
<port>9000</port>