Skip to content

Commit 30f456f

Browse files
committed
Changed the default minimum response time used by the delete_data_lacking_consent management command from 14 to 7 days.
- Legacy-Id: 15466
1 parent 5f51222 commit 30f456f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/utils/management/commands/delete_data_lacking_consent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def add_arguments(self, parser):
3333
parser.add_argument('-n', '--dry-run', action='store_true', default=False,
3434
help="Don't delete anything, just list what would be done.")
3535
# parser.add_argument('-d', '--date', help="Date of deletion (mentioned in message)")
36-
parser.add_argument('-m', '--minimum-response-time', metavar='TIME', type=int, default=14,
36+
parser.add_argument('-m', '--minimum-response-time', metavar='TIME', type=int, default=7,
3737
help="Minimum response time, default: %(default)s days. Persons to whom a "
3838
"consent request email has been sent more recently than this will not "
3939
"be affected by the run.")

0 commit comments

Comments
 (0)