mirror of
https://github.com/gyptazy/ProxLB.git
synced 2026-04-05 20:31:57 +02:00
change: Change the default behaviour of the daemon mode to active.
Fixes: #176
This commit is contained in:
@@ -257,7 +257,7 @@ The following options can be set in the configuration file `proxlb.yaml`:
|
||||
| | method | | memory | `Str` | The balancing method that should be used. (default: memory | choices: memory, cpu, disk)|
|
||||
| | mode | | used | `Str` | The balancing mode that should be used. (default: used | choices: used, assigned)|
|
||||
| `service` | | | | | |
|
||||
| | daemon | | False | `Bool` | If daemon mode should be activated (default: False)|
|
||||
| | daemon | | True | `Bool` | If daemon mode should be activated (default: True)|
|
||||
| | `schedule` | | | `Dict` | Schedule config block for rebalancing. |
|
||||
| | | interval | 12 | `Int` | How often rebalancing should occur in daemon mode (default: 12)|
|
||||
| | | format | hours | `Str` | Sets the time format. (Allowed: `minutes`, `hours` | default: `hours`)|
|
||||
|
||||
Reference in New Issue
Block a user