ethdb: updates to pr

This commit is contained in:
kiel barry 2018-05-14 09:45:09 -07:00 committed by GitHub
parent a8155f3d25
commit f4e30cc00c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.