Skip to content

Commit

Permalink
chore: change KAFKA_READ_BACKOFF_MAX config
Browse files Browse the repository at this point in the history
  • Loading branch information
trungnt1811 committed Sep 12, 2023
1 parent c61a837 commit 5f7a442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const TIME_CACHE_LONG = 15 * time.Minute
const KAFKA_NEW_DATA_MAX_WAIT = time.Second * 10
const KAFKA_TIME_OUT = time.Second * 3
const KAFKA_READ_BATCH_TIME_OUT = time.Second * 60
const KAFKA_READ_BACKOFF_MAX = time.Second * 10
const KAFKA_READ_BACKOFF_MAX = time.Second * 1

const CA_CERT_PATH = "/certs/chainindexing.kafka.prod/ca.crt"
const CA_CERT_LOCAL_PATH = "./certs/ca.crt"
Expand Down

0 comments on commit 5f7a442

Please sign in to comment.