Skip to content

Commit

Permalink
0003502: Increase the default values of transport.max.bytes.to.sync and
Browse files Browse the repository at this point in the history
initial.load.transport.max.bytes.to.sync parameters
  • Loading branch information
mmichalek committed Mar 22, 2018
1 parent 67c5c64 commit 551881c
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -367,7 +367,7 @@ transport.type=http
#
# DatabaseOverridable: true
# Tags: transport
transport.max.bytes.to.sync=1048576
transport.max.bytes.to.sync=104857600

# Networks errors will be logged at INFO level since they are retried.
# After the maximum number of millis for network errors that continue in succession, the logging
Expand Down Expand Up @@ -530,7 +530,7 @@ initial.load.block.channels=true
#
# DatabaseOverridable: true
# Tags: load
initial.load.transport.max.bytes.to.sync=10485760
initial.load.transport.max.bytes.to.sync=524288000

# Allow other channels to load when initial.load.block.channels is true and the
# reload channel goes into error. When the initial load runs while changes are
Expand Down

0 comments on commit 551881c

Please sign in to comment.