mirror of
https://github.com/status-im/ethereumj-personal.git
synced 2025-01-25 19:28:52 +00:00
Undo system.properties changes
This commit is contained in:
parent
fbaf883316
commit
91850db817
@ -81,7 +81,7 @@ samples.dir = samples
|
|||||||
# the existing database will be
|
# the existing database will be
|
||||||
# destroyed and all the data will be
|
# destroyed and all the data will be
|
||||||
# downloaded from peers again
|
# downloaded from peers again
|
||||||
database.reset = false
|
database.reset = true
|
||||||
|
|
||||||
# place to save physical storage files
|
# place to save physical storage files
|
||||||
database.dir = database
|
database.dir = database
|
||||||
@ -96,7 +96,7 @@ coinbase.secret = monkey
|
|||||||
# in JSON form to [dump.dir]
|
# in JSON form to [dump.dir]
|
||||||
# if [dump.full] = true
|
# if [dump.full] = true
|
||||||
# posible values [true/false]
|
# posible values [true/false]
|
||||||
dump.full = true
|
dump.full = false
|
||||||
dump.dir = dmp
|
dump.dir = dmp
|
||||||
|
|
||||||
# clean the dump dir each start
|
# clean the dump dir each start
|
||||||
@ -105,7 +105,7 @@ dump.clean.on.restart = true
|
|||||||
# make changes to tracing options
|
# make changes to tracing options
|
||||||
# starting from certain block
|
# starting from certain block
|
||||||
# -1 don't make any tracing changes
|
# -1 don't make any tracing changes
|
||||||
trace.startblock = 1500
|
trace.startblock = -1
|
||||||
|
|
||||||
# invoke vm program on
|
# invoke vm program on
|
||||||
# message received,
|
# message received,
|
||||||
@ -127,4 +127,4 @@ max.blocks.ask = 100
|
|||||||
# how much block we will keep in buffer
|
# how much block we will keep in buffer
|
||||||
# until the execution is set by this param
|
# until the execution is set by this param
|
||||||
# recommended value: [100.300]
|
# recommended value: [100.300]
|
||||||
max.blocks.queued = 300
|
max.blocks.queued = 300
|
||||||
|
Loading…
x
Reference in New Issue
Block a user