Skip to content

Commit

Permalink
default configs
Browse files Browse the repository at this point in the history
  • Loading branch information
iyourshaw committed Aug 18, 2024
1 parent 5ff6109 commit 3dc6517
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions jpo-conflictmonitor/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ assessment:
event:
algorithm: defaultEventAlgorithm
enabled: false
# enabled: true
debug: false
eventOutputTopicName: topic.CmEvent
signalStateEventTopicName: topic.CmStopLinePassageEvent
Expand Down Expand Up @@ -445,8 +446,8 @@ map.timestamp.delta:
debug: false
keyStoreName: mapTimestampDeltaKeyStore
eventStoreName: mapTimestampDeltaEventStore
# retentionTimeMinutes: 60
retentionTimeMinutes: 5
retentionTimeMinutes: 60
# retentionTimeMinutes: 5
notificationTopicName: topic.CmTimestampDeltaNotification

# SPaT Timestamp Delta parameters
Expand All @@ -457,8 +458,8 @@ spat.timestamp.delta:
debug: false
keyStoreName: spatTimestampDeltaKeyStore
eventStoreName: spatTimestampDeltaEventStore
# retentionTimeMinutes: 60
retentionTimeMinutes: 5
retentionTimeMinutes: 60
# retentionTimeMinutes: 5
notificationTopicName: topic.CmTimestampDeltaNotification


0 comments on commit 3dc6517

Please sign in to comment.