We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfb6ec6 commit 97dd16bCopy full SHA for 97dd16b
packages/indexer-agent/src/commands/start.ts
@@ -38,7 +38,7 @@ import { AgentConfigs } from '../types'
38
// eslint-disable-next-line @typescript-eslint/no-explicit-any
39
export type AgentOptions = { [key: string]: any } & Argv['argv']
40
41
-const DEFAULT_SUBGRAPH_MAX_BLOCK_DISTANCE = 0
+const DEFAULT_SUBGRAPH_MAX_BLOCK_DISTANCE = 1000
42
const SUGGESTED_SUBGRAPH_MAX_BLOCK_DISTANCE_ON_L2 =
43
50 + DEFAULT_SUBGRAPH_MAX_BLOCK_DISTANCE
44
const DEFAULT_SUBGRAPH_FRESHNESS_SLEEP_MILLISECONDS = 5_000
0 commit comments