Remove uneccessary process limits

This commit is contained in:
Jake Barnby
2022-11-10 19:57:05 +13:00
parent ee69a306a9
commit d3ea95b60e
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -36,6 +36,5 @@ $cli
Console::execute("rsync -av $source $destination", $stdin, $stdout, $stderr);
Console::success($stdout);
Console::error($stderr);
}, $interval);
});
-1
View File
@@ -34,7 +34,6 @@ services:
- 443:443
- 9500:8080
ulimits:
nproc: 65535
nofile:
soft: 65535
hard: 65535