From 00fd007d509e7cd5223305cb8c94c841c03ef8bf Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Sun, 18 Sep 2022 08:41:42 +0300 Subject: [PATCH] raised MaxPerPage limit to 400 --- tools/search/provider.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/search/provider.go b/tools/search/provider.go index 13fc31da..3eb2a03b 100644 --- a/tools/search/provider.go +++ b/tools/search/provider.go @@ -13,7 +13,7 @@ import ( const DefaultPerPage int = 30 // MaxPerPage specifies the maximum allowed search result items returned in a single page. -const MaxPerPage int = 200 +const MaxPerPage int = 400 // url search query params const (