1
0
Fork 0
mirror of synced 2024-09-29 17:01:37 +13:00

Remove uneccessary process limits

This commit is contained in:
Jake Barnby 2022-11-10 19:57:05 +13:00
parent ee69a306a9
commit d3ea95b60e
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C
2 changed files with 0 additions and 2 deletions

View file

@ -36,6 +36,5 @@ $cli
Console::execute("rsync -av $source $destination", $stdin, $stdout, $stderr);
Console::success($stdout);
Console::error($stderr);
}, $interval);
});

View file

@ -34,7 +34,6 @@ services:
- 443:443
- 9500:8080
ulimits:
nproc: 65535
nofile:
soft: 65535
hard: 65535