apply custom limits immediately at startup

pull/1/head
ansuz 5 years ago
parent 9cdf54aff2
commit 39b0785406

@ -1754,6 +1754,7 @@ RPC.create = function (config, cb) {
if (e) { if (e) {
WARN('limitUpdate', e); WARN('limitUpdate', e);
} }
applyCustomLimits(Env, config);
}); });
}; };
updateLimitDaily(); updateLimitDaily();

Loading…
Cancel
Save