queryLimit: specify that limit applies only to PolyGerrit UI

PolyGerrit UI uses a secondary index-based query for rendering
listing and thus is limited by queryLimit, while The GWT UI is
not affected because is still based on the old in-memory cache
based listing.

Change-Id: Icc676e29193437f41fd3fdc1de0e727cbfde0445
This commit is contained in:
Luca Milanesio
2019-02-07 20:21:13 +00:00
committed by David Pursehouse
parent e83dee7079
commit 1e5d679ab0

View File

@@ -1353,7 +1353,8 @@ When applying a query limit to a user the largest value granted by
any of their groups is used.
This limit applies not only to the link:cmd-query.html[`gerrit query`]
command, but also to the web UI results pagination size.
command, but also to the web UI results pagination size in the new
PolyGerrit UI.
[[capability_readAs]]