aboutsummaryrefslogtreecommitdiff
path: root/weed/filer/filer.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/filer/filer.go')
-rw-r--r--weed/filer/filer.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/filer/filer.go b/weed/filer/filer.go
index effdc0e4e..1bcf57fe7 100644
--- a/weed/filer/filer.go
+++ b/weed/filer/filer.go
@@ -19,6 +19,7 @@ import (
const (
LogFlushInterval = time.Minute
PaginationSize = 1024
+ DeleteMaxRows = 10000
FilerStoreId = "filer.store.id"
)