mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-13 01:08:39 +07:00
feat: add min moving average latencies policy
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user