aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-01-20 23:30:14 -0800
committerChris Lu <chris.lu@gmail.com>2021-01-20 23:30:14 -0800
commit84f05787f8eecfcb61e49882346ad5855b6bb784 (patch)
treead27ed52332e5eceee1ee2332723ccfb9c7e362d /go.mod
parentf98817cfe655d0285ed35f6d30068aa15938bd3d (diff)
downloadseaweedfs-84f05787f8eecfcb61e49882346ad5855b6bb784.tar.xz
seaweedfs-84f05787f8eecfcb61e49882346ad5855b6bb784.zip
mount: limit background requests and congestion threshold
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 c0bcdc8cd..44950d25c 100644
--- a/go.mod
+++ b/go.mod
@@ -56,7 +56,7 @@ require (
github.com/prometheus/client_golang v1.3.0
github.com/rakyll/statik v0.1.7
github.com/rcrowley/go-metrics v0.0.0-20190826022208-cac0b30c2563 // indirect
- github.com/seaweedfs/fuse v1.0.8
+ github.com/seaweedfs/fuse v1.0.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