Documentation
¶
Index ¶
Constants ¶
View Source
const ( // PutPoolSizeDefault is the default value of routine pool size to // process object.Put requests in object service. PutPoolSizeDefault = 10 // DefaultTombstoneLifetime is the default value of tombstone lifetime in epochs. DefaultTombstoneLifetime = 5 // DefaultSearchPoolSize is the default value of routine pool size to // process object.Search requests in object service. DefaultSearchPoolSize = 100 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Object ¶ added in v0.46.0
type Object struct {
Delete struct {
TombstoneLifetime uint64 `mapstructure:"tombstone_lifetime"`
} `mapstructure:"delete"`
Put struct {
PoolSizeRemote int `mapstructure:"pool_size_remote"`
} `mapstructure:"put"`
Search struct {
PoolSize int `mapstructure:"pool_size"`
} `mapstructure:"search"`
}
Object contains configuration for object service.
Click to show internal directories.
Click to hide internal directories.