Browse Source

the pagination size was too big for recursive deletion

pull/1681/head
Chris Lu 4 years ago
parent
commit
14910d035c
  1. 2
      weed/filer/filer.go

2
weed/filer/filer.go

@ -18,7 +18,7 @@ import (
const (
LogFlushInterval = time.Minute
PaginationSize = 1024 * 256
PaginationSize = 1024
FilerStoreId = "filer.store.id"
)

Loading…
Cancel
Save