apply custom limits immediately at startup

This commit is contained in:
ansuz 2020-01-24 09:57:12 -05:00
parent 9cdf54aff2
commit 39b0785406
1 changed files with 1 additions and 0 deletions

View File

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