Skip to content

Commit

Permalink
fix: add notification expiry settings to cms
Browse files Browse the repository at this point in the history
  • Loading branch information
Saad Yousaf authored and saadyousafarbi committed Mar 5, 2024
1 parent 42418fb commit 95e0df5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cms/envs/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -2668,6 +2668,11 @@
}
EDXAPP_PARSE_KEYS = {}

############## NOTIFICATIONS EXPIRY ##############
NOTIFICATIONS_EXPIRY = 60
EXPIRED_NOTIFICATIONS_DELETE_BATCH_SIZE = 10000
NOTIFICATION_CREATION_BATCH_SIZE = 99

############################ AI_TRANSLATIONS ##################################
AI_TRANSLATIONS_API_URL = 'http://localhost:18760/api/v1'

Expand Down

0 comments on commit 95e0df5

Please sign in to comment.