diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-08-17 03:37:06 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-08-17 03:37:06 -0700 |
| commit | 8461c025ef375f9acdf20fb74efe132a4cd0af1f (patch) | |
| tree | 77ee7885836136bfb753bac1f5d9016476d00b12 /go.mod | |
| parent | d2c8f01671c6dd12c8984c2eb64e1a89d0192352 (diff) | |
| download | seaweedfs-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
