|
|
@ -28,7 +28,7 @@ Quota.isValidLimit = function (o) {
|
|
|
|
Quota.applyCustomLimits = function (Env) {
|
|
|
|
Quota.applyCustomLimits = function (Env) {
|
|
|
|
// DecreedLimits > customLimits > serverLimits;
|
|
|
|
// DecreedLimits > customLimits > serverLimits;
|
|
|
|
|
|
|
|
|
|
|
|
// XXX perform an integrity check on shared limits
|
|
|
|
// FIXME perform an integrity check on shared limits
|
|
|
|
// especially relevant because we use Env.limits
|
|
|
|
// especially relevant because we use Env.limits
|
|
|
|
// when considering whether to archive inactive accounts
|
|
|
|
// when considering whether to archive inactive accounts
|
|
|
|
|
|
|
|
|
|
|
|