make socket servers non default for now

This commit is contained in:
Kevin Froman 2019-10-16 01:32:27 -05:00
parent 811538601f
commit bb7817076d
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"minimum_block_pow": 4,
"minimum_send_pow": 4,
"use_subprocess_pow_if_possible": true,
"socket_servers": true,
"socket_servers": false,
"security_level": 0,
"hide_created_blocks": true,
"insert_deniable_blocks": true,