mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
apply custom limits immediately at startup
This commit is contained in:
parent
9cdf54aff2
commit
39b0785406
@ -1754,6 +1754,7 @@ RPC.create = function (config, cb) {
|
||||
if (e) {
|
||||
WARN('limitUpdate', e);
|
||||
}
|
||||
applyCustomLimits(Env, config);
|
||||
});
|
||||
};
|
||||
updateLimitDaily();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user