mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
fmt
This commit is contained in:
parent
9bb372a09e
commit
c0a3b7a781
1 changed files with 1 additions and 1 deletions
|
|
@ -237,7 +237,7 @@ func OptServerClusterHasher(h Hasher) ServerOption {
|
|||
|
||||
func OptServerTranslateFileMapSize(mapSize int) ServerOption {
|
||||
return func(s *Server) error {
|
||||
s.holder.translateFile = NewTranslateFile( OptTranslateFileMapSize(mapSize))
|
||||
s.holder.translateFile = NewTranslateFile(OptTranslateFileMapSize(mapSize))
|
||||
return nil
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue