Skip to content

Commit 89ac125

Browse files
hosseinkarami-devGitHub Actions Bot
andauthored
chore: regenerate client from OpenAPI (#84)
Co-authored-by: GitHub Actions Bot <[email protected]>
1 parent c45fe90 commit 89ac125

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,15 @@ public data class RpcClientConfigResponse(
8181
*/
8282
@SerialName("chunk_wait_mult")
8383
public val chunkWaitMult: List<Int>? = null,
84+
/**
85+
* * Height horizon for the chunk cache. A chunk is removed from the cache
86+
* if its height + chunks_cache_height_horizon < largest_seen_height.
87+
* The default value is DEFAULT_CHUNKS_CACHE_HEIGHT_HORIZON.
88+
* * Minimum: 0.0
89+
* * Format: uint64
90+
*/
91+
@SerialName("chunks_cache_height_horizon")
92+
public val chunksCacheHeightHorizon: ULong? = null,
8493
/**
8594
* * Number of threads to execute background migration work in client.
8695
* * Minimum: 0.0

0 commit comments

Comments
 (0)