mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
Increase block size
This commit is contained in:
parent
961d1f8026
commit
2cf0b95ba7
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ import (
|
|||
"time"
|
||||
)
|
||||
|
||||
const blocksize = 4
|
||||
const blocksize = 64
|
||||
|
||||
type Req struct {
|
||||
id int
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue