tarantool / vshard

The new generation of sharding based on virtual buckets
Other
100 stars 30 forks source link

Typo: MASTER_SEARCH_TIEMOUT #306

Closed Totktonada closed 2 years ago

Totktonada commented 2 years ago
$ ag MASTER_SEARCH_TIEMOUT
vshard/consts.lua
58:    MASTER_SEARCH_TIEMOUT = 5,

vshard/replicaset.lua
387:        local timeout = opts.timeout or consts.MASTER_SEARCH_TIEMOUT
649:    local const_timeout = consts.MASTER_SEARCH_TIEMOUT

Is it in the public API?

Gerold103 commented 2 years ago

Nope. But this must be fixed.