From 91576180890736f15f345fb00b417ab9cbbdb19b Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Sat, 26 Nov 2016 10:13:19 +0900 Subject: [PATCH] Tweak ENV-NOTES --- docs/ENV-NOTES | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/ENV-NOTES b/docs/ENV-NOTES index c12bb11..e6c2926 100644 --- a/docs/ENV-NOTES +++ b/docs/ENV-NOTES @@ -1,7 +1,7 @@ The following environment variables are required: DB_DIRECTORY - path to the database directory (if relative, to `run` script) -USERNAME - the username the server will run as if using `run` script +USERNAME - the username the server will run as, if using `run` script ELECTRUMX - path to the electrumx_server.py script (if relative, to `run` script) DAEMON_URL - A comma-separated list of daemon URLS. If more than one is @@ -101,5 +101,7 @@ UTXO_MB - amount of UTXO and history cache, in MB, to retain before The following are for debugging purposes. FORCE_REORG - if set to a positive integer, it will simulate a reorg - of the blockchain for that number of blocks. Do not set - to a value greater than REORG_LIMIT. \ No newline at end of file + of the blockchain for that number of blocks on startup. + Although it should fail gracefully if set to a value + greater than REORG_LIMIT, I do not recommend it as I have + not tried it and there is a chance your DB might corrupt. \ No newline at end of file