1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-03 23:56:41 +02:00

the pagination size was too big for recursive deletion

This commit is contained in:
Chris Lu 2020-12-12 13:26:10 -08:00
parent f930c713fc
commit 14910d035c

View file

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