change: Change the default banalcing mode to used instead of assigned.

Fixes: #180
This commit is contained in:
gyptazy
2025-04-10 09:33:17 +02:00
parent d1c91c6f2a
commit a8e8229787
6 changed files with 7 additions and 5 deletions

View File

@@ -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]

View File

@@ -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]

View File

@@ -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]

View File

@@ -0,0 +1,2 @@
changed:
- Change the default banalcing mode to used instead of assigned [#180]

View File

@@ -290,7 +290,7 @@ balancing:
max_job_validation: 1800
balanciness: 5
method: memory
mode: assigned
mode: used
service:
daemon: True

View File

@@ -23,7 +23,7 @@ balancing:
max_job_validation: 1800
balanciness: 5
method: memory
mode: assigned
mode: used
service:
daemon: True