Skip to content

Commit

Permalink
0002526: Improve performance of data gap detection,
Browse files Browse the repository at this point in the history
increase time we wait before checking if gaps are in sym_data on a busy
system
  • Loading branch information
erilong committed Aug 8, 2016
1 parent 6198da0 commit ca476d1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1002,7 +1002,7 @@ routing.detect.invalid.gaps=false
#
# DatabaseOverridable: true
# Tags: routing
routing.stale.gap.busy.expire.time.ms=1200000
routing.stale.gap.busy.expire.time.ms=7200000

# This is the number of data events that will be batched and committed together while building a batch.
# Note that this only kicks in if the prospective batch size is bigger than the configured max batch size.
Expand Down

0 comments on commit ca476d1

Please sign in to comment.