forked from lthn/blockchain
fixed bug in set_geo params
This commit is contained in:
parent
5009a20461
commit
704828f4fa
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ namespace tools
|
|||
|
||||
intptr_t size_lower = 0;
|
||||
intptr_t size_now = -1; //don't change current database size
|
||||
intptr_t size_upper = -1; //don't set db file size limit
|
||||
intptr_t size_upper = 0x10000000000; //don't set db file size limit
|
||||
intptr_t growth_step = 0x40000000; //increment step 1GB
|
||||
intptr_t shrink_threshold = -1;
|
||||
intptr_t pagesize = 0x00001000; //4kb
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue