forked from TrueCloudLab/neoneo-go
core: increment the DB version
DB scheme has been changed.
This commit is contained in:
parent
e8bed184d5
commit
a30e48ff90
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ import (
|
||||||
// Tuning parameters.
|
// Tuning parameters.
|
||||||
const (
|
const (
|
||||||
headerBatchCount = 2000
|
headerBatchCount = 2000
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
|
|
||||||
defaultInitialGAS = 52000000_00000000
|
defaultInitialGAS = 52000000_00000000
|
||||||
defaultMemPoolSize = 50000
|
defaultMemPoolSize = 50000
|
||||||
|
|
Loading…
Add table
Reference in a new issue