aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-08-17 03:37:06 -0700
committerChris Lu <chris.lu@gmail.com>2021-08-17 03:37:06 -0700
commit8461c025ef375f9acdf20fb74efe132a4cd0af1f (patch)
tree77ee7885836136bfb753bac1f5d9016476d00b12 /go.mod
parentd2c8f01671c6dd12c8984c2eb64e1a89d0192352 (diff)
downloadseaweedfs-8461c025ef375f9acdf20fb74efe132a4cd0af1f.tar.xz
seaweedfs-8461c025ef375f9acdf20fb74efe132a4cd0af1f.zip
mount: use pooled goroutine instead of round-robin
fix https://github.com/chrislusf/seaweedfs/issues/2263
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index d00ecb4c9..ec9ad16d5 100644
--- a/go.mod
+++ b/go.mod
@@ -57,7 +57,7 @@ require (
github.com/pquerna/cachecontrol v0.1.0
github.com/prometheus/client_golang v1.11.0
github.com/rcrowley/go-metrics v0.0.0-20190826022208-cac0b30c2563 // indirect
- github.com/seaweedfs/fuse v1.1.8
+ github.com/seaweedfs/fuse v1.1.9
github.com/seaweedfs/goexif v1.0.2
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
github.com/spaolacci/murmur3 v1.1.0 // indirect