]> Sergey Matveev's repositories - public-inbox.git/commitdiff
lei q: improve --limit behavior and progress
authorEric Wong <e@80x24.org>
Tue, 21 Sep 2021 07:41:59 +0000 (07:41 +0000)
committerEric Wong <e@80x24.org>
Tue, 21 Sep 2021 19:18:36 +0000 (19:18 +0000)
Avoid slurping gigantic (e.g. 100000) result sets into a single
response if a giant limit is specified, and instead use 10000
as a window for the mset with a given offset.  We'll also warn
and hint towards about the --limit= switch when the estimated
result set is larger than the default limit.


No differences found