Undo system.properties changes

This commit is contained in:
Nick Savers 2014-08-06 14:24:50 +02:00
parent fbaf883316
commit 91850db817

View File

@ -81,7 +81,7 @@ samples.dir = samples
# the existing database will be
# destroyed and all the data will be
# downloaded from peers again
database.reset = false
database.reset = true
# place to save physical storage files
database.dir = database
@ -96,7 +96,7 @@ coinbase.secret = monkey
# in JSON form to [dump.dir]
# if [dump.full] = true
# posible values [true/false]
dump.full = true
dump.full = false
dump.dir = dmp
# clean the dump dir each start
@ -105,7 +105,7 @@ dump.clean.on.restart = true
# make changes to tracing options
# starting from certain block
# -1 don't make any tracing changes
trace.startblock = 1500
trace.startblock = -1
# invoke vm program on
# message received,
@ -127,4 +127,4 @@ max.blocks.ask = 100
# how much block we will keep in buffer
# until the execution is set by this param
# recommended value: [100.300]
max.blocks.queued = 300
max.blocks.queued = 300