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