From b5c391940f538e25a26f426b6dbcfa06aac4e12a Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sun, 16 Apr 2017 14:54:51 -0700 Subject: [PATCH] we want paged results even while using --quick in updatesqlcache --- bin/debbugs-updatesqlcache | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/debbugs-updatesqlcache b/bin/debbugs-updatesqlcache index 1d838c6..0deebf5 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, }, ); -- 2.39.2