@@ -62,16 +62,18 @@ search.query.prefix: object
62
62
aggregated.object.name : aggregatedObject
63
63
# name of the collection where aggregated objects are stored
64
64
aggregated.collection.name : aggregated_objects
65
- # time to live value for aggregated objects
65
+ # time to live value in seconds for aggregated objects.
66
+ # this needs to be set if using all_events_rules to avoid a copy of
67
+ # event repository. Recommended setting is 10 minutes
66
68
aggregated.collection.ttlValue :
67
69
# the name of the collection where to store the maping between
68
70
# aggregated objects and id of the events that contributed to them
69
71
event_object_map.collection.name : event_object_map
70
72
# name of the collection where unprocessed events are stored
71
73
waitlist.collection.name : wait_list
72
- # time to live value in DB for unprocessed events
74
+ # time to live value in database in seconds for unprocessed events
73
75
waitlist.collection.ttlValue : 600
74
- # resend information for unprocessed events in wait list
76
+ # resend information for unprocessed events in wait list, time in miliseconds
75
77
waitlist.initialDelayResend : 2000
76
78
waitlist.fixedRateResend : 15000
77
79
# name of the collection where subscriptions are stored
@@ -99,7 +101,7 @@ email.subject: Email Subscription Notification
99
101
100
102
# number of retries if a notification fail
101
103
notification.failAttempt : 3
102
- # time to live in database for missed notifications
104
+ # time to live in database in seconds for missed notifications
103
105
notification.ttl.value : 600
104
106
105
107
# email server settings to route email notifications
0 commit comments