feat: add min moving average latencies policy

This commit is contained in:
mzz2017
2023-02-19 01:49:36 +08:00
parent 500248ea5c
commit 156769bf55
6 changed files with 31 additions and 20 deletions

View File

@ -93,7 +93,10 @@ group {
# policy: fixed(0)
# Select the node with min last latency from the group for every connection.
policy: min
# policy: min
# Select the node with min moving average of latencies from the group for every connection.
policy: min_moving_avg
}
group2 {