mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
missed commit
This commit is contained in:
parent
8edd2b3d13
commit
186f034b16
1 changed files with 1 additions and 1 deletions
|
|
@ -321,7 +321,7 @@ func NewServer(opts ...ServerOption) (*Server, error) {
|
|||
s.cluster.broadcaster = s
|
||||
s.cluster.maxWritesPerRequest = s.maxWritesPerRequest
|
||||
s.holder.broadcaster = s
|
||||
s.holder.shardValidatorfn = func(index string, shard uint64) bool {
|
||||
s.holder.shardValidatorFunc = func(index string, shard uint64) bool {
|
||||
return s.cluster.ownsShard(s.nodeID, index, shard)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue