|
|
@ -187,8 +187,9 @@ heartbeat.network_interface = |
|
|
|
# 发送缓存的字节长度,超过这个阈值将会强行刷缓存发送 |
|
|
|
# 发送缓存的字节长度,超过这个阈值将会强行刷缓存发送 |
|
|
|
sender.size = 104857600 |
|
|
|
sender.size = 104857600 |
|
|
|
# sender flush buffer size of oplog number. |
|
|
|
# sender flush buffer size of oplog number. |
|
|
|
# used in `sync`. |
|
|
|
# used in `sync`. flush sender buffer when bigger than this threshold. for cluster, |
|
|
|
# 发送缓存的报文个数,超过这个阈值将会强行刷缓存发送 |
|
|
|
# the maximum value is 4096. |
|
|
|
|
|
|
|
# 发送缓存的报文个数,超过这个阈值将会强行刷缓存发送,如果目的端是cluster,这个最大只能是4096。 |
|
|
|
sender.count = 4096 |
|
|
|
sender.count = 4096 |
|
|
|
# delay channel size. once one oplog is sent to target redis, the oplog id and timestamp will also |
|
|
|
# delay channel size. once one oplog is sent to target redis, the oplog id and timestamp will also |
|
|
|
# stored in this delay queue. this timestamp will be used to calculate the time delay when receiving |
|
|
|
# stored in this delay queue. this timestamp will be used to calculate the time delay when receiving |
|
|
|