good morning!!!!

Skip to content
Snippets Groups Projects
Commit 8820d4e5 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

Decreased timeout

parent 7c0a27a0
No related branches found
No related tags found
No related merge requests found
...@@ -319,7 +319,7 @@ func (p *Peer) HandleInbound() { ...@@ -319,7 +319,7 @@ func (p *Peer) HandleInbound() {
for atomic.LoadInt32(&p.disconnect) == 0 { for atomic.LoadInt32(&p.disconnect) == 0 {
// HMM? // HMM?
time.Sleep(500 * time.Millisecond) time.Sleep(50 * time.Millisecond)
// Wait for a message from the peer // Wait for a message from the peer
msgs, err := ethwire.ReadMessages(p.conn) msgs, err := ethwire.ReadMessages(p.conn)
if err != nil { if err != nil {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment