downgrade a non-critical XXX to a FIXME

pull/1/head
ansuz 2020-10-12 17:42:41 +05:30
parent 46ebd7b40b
commit 6d13a785c6
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ Quota.isValidLimit = function (o) {
Quota.applyCustomLimits = function (Env) {
// 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
// when considering whether to archive inactive accounts