Commit bcfd7886 authored by Felix Lange's avatar Felix Lange

p2p/discover: bump packet timeouts to 500ms

parent fd4b75cf
...@@ -31,8 +31,8 @@ var ( ...@@ -31,8 +31,8 @@ var (
// Timeouts // Timeouts
const ( const (
respTimeout = 300 * time.Millisecond respTimeout = 500 * time.Millisecond
sendTimeout = 300 * time.Millisecond sendTimeout = 500 * time.Millisecond
expiration = 20 * time.Second expiration = 20 * time.Second
refreshInterval = 1 * time.Hour refreshInterval = 1 * time.Hour
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment