Skip to content

Commit 49ba420

Browse files
Add more comments to application properties file
1 parent 651547d commit 49ba420

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/main/resources/application.properties

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,18 @@ search.query.prefix: object
6262
aggregated.object.name: aggregatedObject
6363
# name of the collection where aggregated objects are stored
6464
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
6668
aggregated.collection.ttlValue:
6769
# the name of the collection where to store the maping between
6870
# aggregated objects and id of the events that contributed to them
6971
event_object_map.collection.name: event_object_map
7072
# name of the collection where unprocessed events are stored
7173
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
7375
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
7577
waitlist.initialDelayResend: 2000
7678
waitlist.fixedRateResend: 15000
7779
# name of the collection where subscriptions are stored
@@ -99,7 +101,7 @@ email.subject: Email Subscription Notification
99101

100102
# number of retries if a notification fail
101103
notification.failAttempt: 3
102-
# time to live in database for missed notifications
104+
# time to live in database in seconds for missed notifications
103105
notification.ttl.value: 600
104106

105107
# email server settings to route email notifications

0 commit comments

Comments
 (0)