mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
the pagination size was too big for recursive deletion
This commit is contained in:
parent
f930c713fc
commit
14910d035c
|
@ -18,7 +18,7 @@ import (
|
|||
|
||||
const (
|
||||
LogFlushInterval = time.Minute
|
||||
PaginationSize = 1024 * 256
|
||||
PaginationSize = 1024
|
||||
FilerStoreId = "filer.store.id"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue