mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Remove uneccessary process limits
This commit is contained in:
@@ -36,6 +36,5 @@ $cli
|
||||
Console::execute("rsync -av $source $destination", $stdin, $stdout, $stderr);
|
||||
Console::success($stdout);
|
||||
Console::error($stderr);
|
||||
|
||||
}, $interval);
|
||||
});
|
||||
|
||||
@@ -34,7 +34,6 @@ services:
|
||||
- 443:443
|
||||
- 9500:8080
|
||||
ulimits:
|
||||
nproc: 65535
|
||||
nofile:
|
||||
soft: 65535
|
||||
hard: 65535
|
||||
|
||||
Reference in New Issue
Block a user