Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
ssd04 committed Jul 26, 2024
1 parent 141d57e commit afd89ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/connector/config/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
WithAcknowledge = true

# The duration in seconds to wait for an acknowledgement message
AcknowledgeTimeoutInSec = 5
AcknowledgeTimeoutInSec = 60

# Signals if in case of data payload processing error, we should send the ack signal or not. If you want to block
# incoming data in case of a local error, this should be set to true.
Expand Down Expand Up @@ -57,7 +57,7 @@
[OutportBlocksStorage.Cache]
Name = "OutportBlocksStorage"
# Cache capacity and size has to be higher than max allowed deltas per shards in total
Capacity = 100
Capacity = 160
Type = "SizeLRU"
SizeInBytes = 209715200 # 200MB
[OutportBlocksStorage.DB]
Expand Down

0 comments on commit afd89ba

Please sign in to comment.