Skip to content

Commit c7c7c7e

Browse files
committed
Apply suggestion from @cslzchen
1 parent f7d27fc commit c7c7c7e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

website/settings/defaults.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,7 @@ def parent_dir(path):
186186
NO_ADDON_WAIT_TIME = timedelta(weeks=8) # 2 months for "Link an add-on to your OSF project" email
187187
NO_LOGIN_WAIT_TIME = timedelta(weeks=52) # 1 year for "We miss you at OSF" email
188188
NO_LOGIN_OSF4M_WAIT_TIME = timedelta(weeks=52) # 1 year for "We miss you at OSF" email to users created from OSF4M
189-
190-
# TODO: this will be changed to 12 weeks (3 month) with ENG-9856
191-
NOTIFICATIONS_CLEANUP_AGE = timedelta(weeks=52) # 1 year to clean up old notifications and email tasks
189+
NOTIFICATIONS_CLEANUP_AGE = timedelta(weeks=12) # 3 months to clean up old notifications and email tasks
192190
NOTIFICATIONS_CLEANUP_BATCH_SIZE = 10000 # Batch size for notifications and email tasks cleanup
193191

194192
# Configuration for "We miss you at OSF" email (`NotificationTypeEnum.USER_NO_LOGIN`)

0 commit comments

Comments
 (0)