File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
models/src/main/kotlin/io/github/hosseinkarami_dev/near/rpc/models Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,13 @@ import kotlinx.serialization.Serializable
88public data class EpochSyncConfig (
99 /* *
1010 * * Number of epochs behind the network head beyond which the node will use
11- * epoch sync instead of header sync. Also the maximum age (in epochs) of
12- * accepted epoch sync proofs. At the consumption site, this is multiplied
13- * by epoch_length to get the horizon in blocks.
11+ * epoch sync instead of header sync. At the consumption site, this is
12+ * multiplied by epoch_length to get the horizon in blocks.
1413 * * Minimum: 0.0
1514 * * Format: uint64
1615 */
1716 @SerialName(" epoch_sync_horizon_num_epochs" )
18- public val epochSyncHorizonNumEpochs : ULong? = 4 .toULong(),
17+ public val epochSyncHorizonNumEpochs : ULong? = 2 .toULong(),
1918 /* *
2019 * * Timeout for epoch sync requests. The node will continue retrying indefinitely even
2120 * if this timeout is exceeded.
You can’t perform that action at this time.
0 commit comments