We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76261a0 commit ae4d8ffCopy full SHA for ae4d8ff
code/go/0chain.net/blobbercore/handler/storage_handler.go
@@ -29,9 +29,9 @@ const (
29
OffsetDateLayout = "2006-01-02T15:04:05.99999Z07:00"
30
DownloadContentFull = "full"
31
DownloadContentThumb = "thumbnail"
32
- MaxPageLimit = 100 //100 rows will make up to 100 KB
33
- DefaultPageLimit = 20
34
- DefaultListPageLimit = 50
+ MaxPageLimit = 1000 //1000 rows will make up to 1000 KB
+ DefaultPageLimit = 100
+ DefaultListPageLimit = 100
35
)
36
37
type StorageHandler struct{}
0 commit comments