From: Don Armstrong Date: Sun, 16 Apr 2017 21:54:51 +0000 (-0700) Subject: we want paged results even while using --quick in updatesqlcache X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b5c391940f538e25a26f426b6dbcfa06aac4e12a;p=debbugs.git we want paged results even while using --quick in updatesqlcache --- diff --git a/bin/debbugs-updatesqlcache b/bin/debbugs-updatesqlcache index 1d838c66..0deebf5c 100755 --- a/bin/debbugs-updatesqlcache +++ b/bin/debbugs-updatesqlcache @@ -233,6 +233,8 @@ sub update_cache { ], columns => [qw(id)], distinct => 1, + rows => 100, + page => 1, }, );