From 537fddfc433c650b38e34ad5ead6285a8694a161 Mon Sep 17 00:00:00 2001 From: Matt Date: Wed, 7 May 2014 12:00:06 -0600 Subject: [PATCH] Removed "txRefreshInterval" option from readme as its no longer used --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 34ccac4..e668861 100644 --- a/README.md +++ b/README.md @@ -331,9 +331,6 @@ Description of options: "blockRefreshInterval": 1000, //How often to poll RPC daemons for new blocks, in milliseconds - /* How many milliseconds should have passed before new block transactions will trigger a new - job broadcast. */ - "txRefreshInterval": 20000, /* Some miner apps will consider the pool dead/offline if it doesn't receive anything new jobs for around a minute, so every time we broadcast jobs, set a timeout to rebroadcast