app(server): rename oom_disabled to oom_killer and invert existing values

This commit is contained in:
Matthew Penner 2023-01-17 12:11:31 -07:00
parent 450fba00bc
commit 7665eea14d
No known key found for this signature in database
16 changed files with 63 additions and 256 deletions

View file

@ -64,7 +64,7 @@ class ServerTransformer extends Transformer
'disk' => $model->disk,
'io' => $model->io,
'memory' => $model->memory,
'oom_killer' => !$model->oom_disabled,
'oom_killer' => $model->oom_killer,
'swap' => $model->swap,
'threads' => $model->threads,
],