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 ( const (
LogFlushInterval = time.Minute LogFlushInterval = time.Minute
PaginationSize = 1024 * 256 PaginationSize = 1024
FilerStoreId = "filer.store.id" FilerStoreId = "filer.store.id"
) )