Skip to content

Commit

Permalink
workaround slow vm, by relaxing ping response elapsed requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
heikoheiko committed Apr 10, 2015
1 parent a57f403 commit 2fcec5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devp2p/p2p_protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class ConnectionMonitor(gevent.Greenlet):

"monitors the connection by sending pings and checking pongs"
ping_interval = 15.
response_delay_threshold = 2.
response_delay_threshold = 120. # FIXME, apply msg takes too long
max_samples = 1000
log = slogging.get_logger('p2p.ctxmonitor')

Expand Down

0 comments on commit 2fcec5e

Please sign in to comment.