]> git.donarmstrong.com Git - debbugs.git/commitdiff
we want paged results even while using --quick in updatesqlcache
authorDon Armstrong <don@donarmstrong.com>
Sun, 16 Apr 2017 21:54:51 +0000 (14:54 -0700)
committerDon Armstrong <don@donarmstrong.com>
Sun, 16 Apr 2017 21:54:51 +0000 (14:54 -0700)
bin/debbugs-updatesqlcache

index 1d838c668836fe07fac026126a15599dad088b0a..0deebf5cd6a08d80b49d5b6fdd6ceca814443804 100755 (executable)
@@ -233,6 +233,8 @@ sub update_cache {
                              ],
                      columns => [qw(id)],
                      distinct => 1,
+                     rows => 100,
+                     page => 1,
                     },
                     );