Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for shardConfig (0.16 sec)

  1. docs/debugging/xl-meta/main.go

    								for shardIdx, shard := range splitFilled[:k] {
    									if shardConfig[shardIdx] != shard[offset] {
    										newConfig = true
    										break
    									}
    								}
    								if newConfig {
    									if offset > startOffset && reconstructAbleConfig {
    										reconPartial(shards, k, parityOK, splitData, startOffset, offset, rs, shardConfig, splitFilled)
    									}
    									// Update to new config and add current
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 40.3K bytes
    - Viewed (0)
Back to top