Skip to content

Commit

Permalink
readjust thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
canercidam committed Nov 9, 2023
1 parent 348a29f commit fb284fe
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 fb284fe

Please sign in to comment.