Documentation ¶
Index ¶
Constants ¶
View Source
const (
// DefaultTombstoneLifetime is the default value of tombstone lifetime in epochs.
DefaultTombstoneLifetime = 5
)
View Source
const ( // PutPoolSizeDefault is a default value of routine pool size to // process object.Put requests in object service. PutPoolSizeDefault = 10 )
Variables ¶
This section is empty.
Functions ¶
func TombstoneLifetime ¶ added in v0.36.0
TombstoneLifetime returns the value of `tombstone_lifetime` config parameter.
Types ¶
type PutConfig ¶
type PutConfig struct {
// contains filtered or unexported fields
}
PutConfig is a wrapper over "put" config section which provides access to object put pipeline configuration of object service.
func (PutConfig) PoolSizeRemote ¶ added in v0.25.0
PoolSizeRemote returns the value of "pool_size_remote" config parameter.
Returns PutPoolSizeDefault if the value is not a positive number.
Click to show internal directories.
Click to hide internal directories.