ethdb: updates to pr

This commit is contained in:
kiel barry 2018-05-14 09:45:09 -07:00 committed by Kiel barry
parent 634f1559d1
commit 10e0f15146

View file

@ -16,8 +16,7 @@
package ethdb package ethdb
// IdealBatchSize is the amount of data vode using batches should try to add to the batch. // IdealBatchSize is the amount of data batches should accumulate before flushing.
// The value was determined empirically.
const IdealBatchSize = 100 * 1024 const IdealBatchSize = 100 * 1024
// Putter wraps the database write operation supported by both batches and regular databases. // Putter wraps the database write operation supported by both batches and regular databases.