feat: added group_by_id field in notifications model (#35137)

This commit is contained in:
Muhammad Adeel Tajamul
2024-07-23 14:28:56 +05:00
committed by GitHub
parent 7ae80be815
commit e12ec1b153
4 changed files with 21 additions and 2 deletions

View File

@@ -2688,7 +2688,7 @@ EDXAPP_PARSE_KEYS = {}
############## NOTIFICATIONS EXPIRY ##############
NOTIFICATIONS_EXPIRY = 60
EXPIRED_NOTIFICATIONS_DELETE_BATCH_SIZE = 10000
NOTIFICATION_CREATION_BATCH_SIZE = 83
NOTIFICATION_CREATION_BATCH_SIZE = 76
############################ AI_TRANSLATIONS ##################################
AI_TRANSLATIONS_API_URL = 'http://localhost:18760/api/v1'