Skip to content

Commit

Permalink
reduces light node MIN_PEERS to 2 from 4
Browse files Browse the repository at this point in the history
  • Loading branch information
petong committed Jan 16, 2019
1 parent c2df704 commit b1d0d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/gethNodeController.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const log = require('electron-log')
/* global Buffer process*/

const STATUS_LOOP_INTERVAL = 5000
const MIN_PEERS = 4
const MIN_PEERS = 2
const PRE_SYNC_WAIT_TIME = 3000

const SYNCING_POST_DATA = '{"jsonrpc":"2.0","method":"eth_syncing","params":[],"id":1}'
Expand Down

0 comments on commit b1d0d74

Please sign in to comment.