From b1198532640acf8271526f2e33aee0977b81c2b5 Mon Sep 17 00:00:00 2001 From: Prathamesh Musale Date: Wed, 12 Jun 2024 15:30:04 +0530 Subject: [PATCH] Change configured blockProcessingOffset to 0 --- packages/blocks-watcher/environments/local.toml | 2 +- packages/route-processor-watcher/environments/local.toml | 2 +- packages/sushiswap-watcher/environments/local.toml | 2 +- packages/v2-watcher/environments/local.toml | 2 +- packages/v3-watcher/environments/local.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/blocks-watcher/environments/local.toml b/packages/blocks-watcher/environments/local.toml index 0dfb296..3c8c1c5 100644 --- a/packages/blocks-watcher/environments/local.toml +++ b/packages/blocks-watcher/environments/local.toml @@ -93,7 +93,7 @@ blockDelayInMilliSecs = 2000 # 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. diff --git a/packages/route-processor-watcher/environments/local.toml b/packages/route-processor-watcher/environments/local.toml index f3cb6d3..6c7b896 100644 --- a/packages/route-processor-watcher/environments/local.toml +++ b/packages/route-processor-watcher/environments/local.toml @@ -93,7 +93,7 @@ blockDelayInMilliSecs = 2000 # 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. diff --git a/packages/sushiswap-watcher/environments/local.toml b/packages/sushiswap-watcher/environments/local.toml index d788024..c5baa72 100644 --- a/packages/sushiswap-watcher/environments/local.toml +++ b/packages/sushiswap-watcher/environments/local.toml @@ -93,7 +93,7 @@ blockDelayInMilliSecs = 2000 # 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. diff --git a/packages/v2-watcher/environments/local.toml b/packages/v2-watcher/environments/local.toml index 063d75e..c91253a 100644 --- a/packages/v2-watcher/environments/local.toml +++ b/packages/v2-watcher/environments/local.toml @@ -93,7 +93,7 @@ blockDelayInMilliSecs = 2000 # 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. diff --git a/packages/v3-watcher/environments/local.toml b/packages/v3-watcher/environments/local.toml index 7ca0d60..98254ca 100644 --- a/packages/v3-watcher/environments/local.toml +++ b/packages/v3-watcher/environments/local.toml @@ -94,7 +94,7 @@ blockDelayInMilliSecs = 2000 # 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.