Refactoring
This commit is contained in:
parent
2c7c63c537
commit
2e4b917e09
@ -1484,7 +1484,7 @@ edges:
|
|||||||
# This compensates for possible misordering between `created_time` (used for partitioning)
|
# This compensates for possible misordering between `created_time` (used for partitioning)
|
||||||
# and `seqId` (used for sorting). Without this, events with smaller seqId but larger created_time
|
# and `seqId` (used for sorting). Without this, events with smaller seqId but larger created_time
|
||||||
# might be skipped, especially across partition boundaries.
|
# might be skipped, especially across partition boundaries.
|
||||||
misordering_compensation_millis: "${EDGES_MISORDERING_COMPENSATION_MILLIS:3600000}"
|
misordering_compensation_millis: "${EDGES_MISORDERING_COMPENSATION_MILLIS:60000}"
|
||||||
# Max number of high priority edge events per edge session. No persistence - stored in memory
|
# Max number of high priority edge events per edge session. No persistence - stored in memory
|
||||||
max_high_priority_queue_size_per_session: "${EDGES_MAX_HIGH_PRIORITY_QUEUE_SIZE_PER_SESSION:10000}"
|
max_high_priority_queue_size_per_session: "${EDGES_MAX_HIGH_PRIORITY_QUEUE_SIZE_PER_SESSION:10000}"
|
||||||
# Number of threads that are used to check DB for edge events
|
# Number of threads that are used to check DB for edge events
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user