Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for InlineBlock (0.09 sec)

  1. internal/config/storageclass/storage-class.go

    	if shardSize < 0 {
    		return false
    	}
    
    	ConfigLock.RLock()
    	inlineBlock := int64(128 * humanize.KiByte)
    	if sCfg.initialized {
    		inlineBlock = sCfg.inlineBlock
    	}
    	ConfigLock.RUnlock()
    
    	if versioned {
    		return shardSize <= inlineBlock/8
    	}
    	return shardSize <= inlineBlock
    }
    
    // InlineBlock indicates the size of the block which will be used to inline
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Sep 12 12:24:04 UTC 2024
    - 12.3K bytes
    - Viewed (0)
Back to top