Set blockProcessingOffset to zero after eth_getLogs query using blockHash filter
All checks were successful
Lint Checks / Run linter (pull_request) Successful in 1m4s
Deploy Test / Run deploy test suite (pull_request) Successful in 6m4s
Webapp Test / Run webapp test suite (pull_request) Successful in 5m0s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 8m47s
Smoke Test / Run basic test suite (pull_request) Successful in 4m6s
All checks were successful
Lint Checks / Run linter (pull_request) Successful in 1m4s
Deploy Test / Run deploy test suite (pull_request) Successful in 6m4s
Webapp Test / Run webapp test suite (pull_request) Successful in 5m0s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 8m47s
Smoke Test / Run basic test suite (pull_request) Successful in 4m6s
This commit is contained in:
parent
31a0ab592e
commit
6a78f1d2aa
@ -92,7 +92,7 @@
|
||||
blockDelayInMilliSecs = 30000
|
||||
|
||||
# Number of blocks by which block processing lags behind head
|
||||
blockProcessingOffset = 16
|
||||
blockProcessingOffset = 0
|
||||
|
||||
# Boolean to switch between modes of processing events when starting the server.
|
||||
# Setting to true will fetch filtered events and required blocks in a range of blocks and then process them.
|
||||
|
@ -92,7 +92,7 @@
|
||||
blockDelayInMilliSecs = 30000
|
||||
|
||||
# Number of blocks by which block processing lags behind head
|
||||
blockProcessingOffset = 16
|
||||
blockProcessingOffset = 0
|
||||
|
||||
# Boolean to switch between modes of processing events when starting the server.
|
||||
# Setting to true will fetch filtered events and required blocks in a range of blocks and then process them.
|
||||
|
@ -92,7 +92,7 @@
|
||||
blockDelayInMilliSecs = 30000
|
||||
|
||||
# Number of blocks by which block processing lags behind head
|
||||
blockProcessingOffset = 16
|
||||
blockProcessingOffset = 0
|
||||
|
||||
# Boolean to switch between modes of processing events when starting the server.
|
||||
# Setting to true will fetch filtered events and required blocks in a range of blocks and then process them.
|
||||
|
Loading…
Reference in New Issue
Block a user