mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 00:55:55 +00:00
shrunk batch again
This commit is contained in:
parent
9a895d1a68
commit
e0e574f8d9
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ func NewCassStorage() Storage {
|
|||
obj.batch_time = time.Now()
|
||||
obj.batch_counter = 0
|
||||
obj.cass_time_window_secs = float64(config.GetIntDefault("cassandra_time_window_secs", 5))
|
||||
obj.cass_flush_size = config.GetIntDefault("cassandra_max_size_batch", 30)
|
||||
obj.cass_flush_size = config.GetIntDefault("cassandra_max_size_batch", 15)
|
||||
return obj
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue