Skip to content

Commit

Permalink
Setter lavere timeout for pdl prosessering
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsmsa committed Nov 25, 2024
1 parent 8e11534 commit 0968c54
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aktorTopic = "pdl.aktor-v2"
hendelseloggTopic = "${HENDELSELOGG_TOPIC}"
supressionDelayMS = 86400000
intervalMS = 3600000
supressionDelayMS = 3600000
intervalMS = 900000

0 comments on commit 0968c54

Please sign in to comment.