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

Commit

Permalink
Merge pull request #17 from libp2p/feat/short-timeout
Browse files Browse the repository at this point in the history
reduce dialback timeout to 15s
  • Loading branch information
vyzo committed Apr 1, 2019
2 parents 3c21273 + fb78729 commit 5f52da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svc.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
const P_CIRCUIT = 290

var (
AutoNATServiceDialTimeout = 42 * time.Second
AutoNATServiceDialTimeout = 15 * time.Second
AutoNATServiceResetInterval = 1 * time.Minute

AutoNATServiceThrottle = 3
Expand Down

0 comments on commit 5f52da8

Please sign in to comment.