1
0
Fork 0
forked from lthn/blockchain

fixed bug in set_geo params

This commit is contained in:
cryptozoidberg 2019-08-30 00:44:40 +02:00
parent 5009a20461
commit 704828f4fa
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -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