mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 14:39:24 +08:00
the pagination size was too big for recursive deletion
This commit is contained in:
@@ -18,7 +18,7 @@ import (
|
||||
|
||||
const (
|
||||
LogFlushInterval = time.Minute
|
||||
PaginationSize = 1024 * 256
|
||||
PaginationSize = 1024
|
||||
FilerStoreId = "filer.store.id"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user