Remove 'maxloadavg_frontend' restriction in Friendica
This commit is contained in:
parent
c2b5eb2838
commit
62bacbb833
6 changed files with 5 additions and 37 deletions
|
@ -148,10 +148,6 @@ return [
|
|||
// Maximum system load before delivery and poll processes are deferred.
|
||||
'maxloadavg' => 20,
|
||||
|
||||
// maxloadavg_frontend (Integer)
|
||||
// Maximum system load before the frontend quits service - default 50.
|
||||
'maxloadavg_frontend' => 50,
|
||||
|
||||
// min_memory (Integer)
|
||||
// Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 (deactivated).
|
||||
'min_memory' => 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue