Skip to content

Commit

Permalink
Merge pull request #287 from forta-network/caner/readjust-thresholds
Browse files Browse the repository at this point in the history
Readjust thresholds
  • Loading branch information
canercidam authored Nov 9, 2023
2 parents 7ec6377 + fb284fe commit dd063d9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions protocol/settings/chain.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ var allChainSettings = []ChainSettings{
EnableTrace: true,
JsonRpcRateLimiting: defaultRateLimiting,
InspectionInterval: 50,
BlockThreshold: 8,
BlockThreshold: 4,
JSONRPCRetryIntervalSeconds: 8,
},
{
Expand All @@ -51,7 +51,7 @@ var allChainSettings = []ChainSettings{
EnableTrace: false,
JsonRpcRateLimiting: defaultRateLimiting,
InspectionInterval: 250,
BlockThreshold: 20,
BlockThreshold: 10,
JSONRPCRetryIntervalSeconds: 4,
},
{
Expand All @@ -60,7 +60,7 @@ var allChainSettings = []ChainSettings{
EnableTrace: false,
JsonRpcRateLimiting: defaultRateLimiting,
InspectionInterval: 70,
BlockThreshold: 30,
BlockThreshold: 10,
JSONRPCRetryIntervalSeconds: 4,
},
{
Expand All @@ -69,7 +69,7 @@ var allChainSettings = []ChainSettings{
EnableTrace: true,
JsonRpcRateLimiting: defaultRateLimiting,
InspectionInterval: 750,
BlockThreshold: 37,
BlockThreshold: 10,
JSONRPCRetryIntervalSeconds: 4,
},
{
Expand All @@ -78,7 +78,7 @@ var allChainSettings = []ChainSettings{
EnableTrace: false,
JsonRpcRateLimiting: defaultRateLimiting,
InspectionInterval: 1500,
BlockThreshold: 80,
BlockThreshold: 20,
JSONRPCRetryIntervalSeconds: 4,
},
{
Expand All @@ -87,7 +87,7 @@ var allChainSettings = []ChainSettings{
EnableTrace: false,
JsonRpcRateLimiting: defaultRateLimiting,
InspectionInterval: 350,
BlockThreshold: 32,
BlockThreshold: 10,
JSONRPCRetryIntervalSeconds: 4,
},
}
Expand Down

0 comments on commit dd063d9

Please sign in to comment.