mirror of
https://github.com/gyptazy/ProxLB.git
synced 2026-04-05 20:31:57 +02:00
change: Change the default banalcing mode to used instead of assigned.
Fixes: #180
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
feature:
|
||||
- Add a more flexible way to define schedules in minutes or hours (by @gyptazy). [#168]
|
||||
- Add a more flexible way to define schedules in minutes or hours (by @gyptazy) [#168]
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
fixed:
|
||||
- Honor the value when balancing should not be performed and stop balancing. [#174]
|
||||
- Honor the value when balancing should not be performed and stop balancing [#174]
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
changed:
|
||||
- Change the default behaviour of the daemon mode to active. [#176]
|
||||
- Change the default behaviour of the daemon mode to active [#176]
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
changed:
|
||||
- Change the default banalcing mode to used instead of assigned [#180]
|
||||
@@ -290,7 +290,7 @@ balancing:
|
||||
max_job_validation: 1800
|
||||
balanciness: 5
|
||||
method: memory
|
||||
mode: assigned
|
||||
mode: used
|
||||
|
||||
service:
|
||||
daemon: True
|
||||
|
||||
@@ -23,7 +23,7 @@ balancing:
|
||||
max_job_validation: 1800
|
||||
balanciness: 5
|
||||
method: memory
|
||||
mode: assigned
|
||||
mode: used
|
||||
|
||||
service:
|
||||
daemon: True
|
||||
|
||||
Reference in New Issue
Block a user