changed load balancer behavior

This commit is contained in:
mantaohuang
2020-04-14 17:36:58 -04:00
parent a1377a5962
commit 6cf38cd7f3
4 changed files with 126 additions and 60 deletions
+1 -1
View File
@@ -3,5 +3,5 @@ proxy:{% for i in instances %}
weight: {{i["weight"]}}
{% end %}
load-balance-mode: "cached-shuffle"
cache-clean-interval: 0
cache-max-length: 256
dynamic-weight-file: "{{dynamic_weight_fp}}"