Content deleted Content added
m fix |
bump up archival times to 6/12h instead of 1/2h |
||
Line 48:
// when string is found, the section will be archieved in the seconds specified from last activity in the report
"archive_delays": {
// archive now:
"{{effp|ar":
// vandalism:
"{{effp|v}}":
"{{effp|denied}}":
// blocked:
"{{effp|b}}":
"{{effp|b|":
"{{effp|blocked":
// done:
"{{effp|d}}":
"{{effp|d|":
"{{effp|done":
// not done:
"{{effp|nd}}":
"{{effp|notdone}}":
// request on talk page:
"{{effp|t|":
"{{effp|t}}":
"{{effp|talk":
// already done:
"{{effp|a|":
"{{effp|a}}":
"{{effp|alreadydone":
},
// if any of these are found on a report, that report will not be archived.
"archive_blockers": [
"{{effp|noarchive", "{{effp|pin"
],
|