forked from GNUsocial/gnu-social
fix for non-% memory soft limit
This commit is contained in:
parent
b25deaacea
commit
4b839cfc53
@ -231,7 +231,7 @@ class IoMaster
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
return $this->parseMemoryLimit($limit);
|
return $this->parseMemoryLimit($softLimit);
|
||||||
}
|
}
|
||||||
return $softLimit;
|
return $softLimit;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user