Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
reduce the number of peers in an attempt to fix #14882
Browse files Browse the repository at this point in the history
  • Loading branch information
Slava authored and ryanml committed Aug 13, 2018
1 parent e795bb4 commit c781c47
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/ethWallet-geth.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ const spawnGeth = async () => {
'--datadir',
gethDataDir,
'--ipcpath',
ipcPath
ipcPath,
'--maxpeers',
'10'
]

if (envNet === 'ropsten') {
Expand Down

0 comments on commit c781c47

Please sign in to comment.