aboutsummaryrefslogtreecommitdiff
path: root/provider.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-01-29 19:49:25 +0100
committerDimitri Sokolyuk <demon@dim13.org>2016-01-29 19:49:25 +0100
commit745c8a0395325b2ce4e308d9c0d56d514f6290cb (patch)
treeb58dbc07603704cbf20ca5bd5e362ed2821ce8fb /provider.go
parent7fbc4ac74bc925d99d5380dbeb7346341d70dee2 (diff)
Add tracing
Diffstat (limited to 'provider.go')
-rw-r--r--provider.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/provider.go b/provider.go
index 45ac842..4b4996c 100644
--- a/provider.go
+++ b/provider.go
@@ -61,7 +61,7 @@ func (p Provider) Nonce() (string, error) {
// DialProvider fetches directory and initializes nonce
func DialProvider(directory string) (*Provider, error) {
p := &Provider{
- nonces: make(chan string, 3),
+ nonces: make(chan string, 100),
poll: time.Second,
}
p.Client = http.Client{