Documentation
¶
Index ¶
Constants ¶
View Source
const ( // PutTimeoutDefault is a default timeout of object put request in replicator. PutTimeoutDefault = 5 * time.Second // PoolSizeDefault is a default pool size for put request in replicator. PoolSizeDefault = 10 GetTimeoutDefault = 10 * time.Second )
Variables ¶
This section is empty.
Functions ¶
func GetTimeout ¶ added in v0.47.11
GetTimeout returns the value of "get_timeout" config parameter from "replicator" section.
Returns GetTimeoutDefault if the value is not positive duration.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.