Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions example.cloudbreak.index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ timeout = 60
chunk-size = 1000
max-chunk-bytes-data = 2097152
# The max number of grpc errors before trying to reconnect
# (it will always reconnect on a single stream `None`)
max-grpc-errors = 1
# (it will always reconnect on a single stream `None`).
# Keep this at 10 or higher; setting it to 1 causes the indexer to exit on
# the first transient gRPC hiccup (e.g. a brief network blip).
max-grpc-errors = 10
# The buffer size for queuing subscription events
channel-size = 1000

Expand Down