Set default object age threshold to 90 days
This commit is contained in:
parent
95d9479dfb
commit
32e1061cb2
1 changed files with 1 additions and 0 deletions
|
@ -217,6 +217,7 @@ in {
|
||||||
reject_threshold = cfg.hellthread.reject;
|
reject_threshold = cfg.hellthread.reject;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
":mrf_object_age".threshold = lib.mkDefault (90 * 24 * 3600); # 90 days
|
||||||
":mrf_reject_newly_created_account_notes".age =
|
":mrf_reject_newly_created_account_notes".age =
|
||||||
lib.mkIf (cfg.unknownUserDelay != null) cfg.unknownUserDelay;
|
lib.mkIf (cfg.unknownUserDelay != null) cfg.unknownUserDelay;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue