From 950ac05db0f922bf9ee76f54f4e68c8ab009baef Mon Sep 17 00:00:00 2001 From: Alexei Bezborodov Date: Wed, 3 Aug 2022 21:23:01 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B0.=20?= =?UTF-8?q?=D0=A2=D0=B5=D0=BF=D0=B5=D1=80=D1=8C=20=D0=BD=D0=B0=20=D0=BA?= =?UTF-8?q?=D0=B0=D1=80=D1=82=D0=B5=20=D0=BE=D1=82=D0=BE=D0=B1=D1=80=D0=B0?= =?UTF-8?q?=D0=B6=D0=B0=D0=B5=D1=82=D1=81=D1=8F=20=D0=B1=D0=BE=D0=BB=D0=B5?= =?UTF-8?q?=D0=B5=2010=20=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7=D0=BE=D0=B2=D0=B0?= =?UTF-8?q?=D1=82=D0=B5=D0=BB=D0=B5=D0=B9=20#77?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routers/web/map/umap.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routers/web/map/umap.go b/routers/web/map/umap.go index a91334cdc9..e8dc3203a0 100644 --- a/routers/web/map/umap.go +++ b/routers/web/map/umap.go @@ -102,7 +102,7 @@ func RenderUserSearch(ctx *context.Context, opts *user_model.SearchUserOptions, ctx.Data["ShowUserEmail"] = setting.UI.ShowUserEmail ctx.Data["IsRepoIndexerEnabled"] = setting.Indexer.RepoIndexerEnabled - pager := context.NewPagination(int(count), opts.PageSize, opts.Page, 5) + pager := context.NewPagination(int(count), 8 * 1024, opts.Page, 5) pager.SetDefaultParams(ctx) for paramKey, paramVal := range opts.ExtraParamStrings { pager.AddParamString(paramKey, paramVal) -- 2.11.0