"no answer for 5m0s -- disconnecting"
https://github.com/decred/dcrd/blob/master/peer/peer.go#L53
On an uplink that intermittently will drop all connections, 5m is really too long because thats easily the length of a whole block cycle, and a stake vote could get missed. I would like this to be a user config setting, and I would probably set it to 30 seconds for myself.
Or maybe it just makes sense to reduce the default const to 30 sec like the other const timeouts.
"no answer for 5m0s -- disconnecting"
https://github.com/decred/dcrd/blob/master/peer/peer.go#L53
On an uplink that intermittently will drop all connections, 5m is really too long because thats easily the length of a whole block cycle, and a stake vote could get missed. I would like this to be a user config setting, and I would probably set it to 30 seconds for myself.
Or maybe it just makes sense to reduce the default const to 30 sec like the other const timeouts.