aboutsummaryrefslogtreecommitdiff
path: root/provider.go
diff options
context:
space:
mode:
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{