Skip to content

Commit aec9262

Browse files
hosseinkarami-devGitHub Actions Bot
andauthored
chore: regenerate client from OpenAPI (#107)
Co-authored-by: GitHub Actions Bot <automation@github.com>
1 parent db4d0c2 commit aec9262

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

models/src/main/kotlin/io/github/hosseinkarami_dev/near/rpc/models/EpochSyncConfig.kt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@ import kotlinx.serialization.Serializable
88
public 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.

0 commit comments

Comments
 (0)