mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Swap logic for oom_disabled
#39
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Boy132 on GitHub (May 12, 2024).
Replace
oom_disabledwith justoom_killerso you don't need to invert the logic anymore.Also, currently the toggle is the wrong way around.
oom_disabled = truemeans no oom killer/ oom disabled.For reference:
7665eea14d