branch: master
commit 9b1b830fc3f3b7b1a9cb57344e1a9d05c204041f
Author: Lars Ingebrigtsen <la...@gnus.org>
Commit: Lars Ingebrigtsen <la...@gnus.org>

    Lowe the hit default
    
    * debbugs-gnu.el (debbugs-gnu-default-hits-per-page): Lower the
    hit count as per Glenn's request.
---
 packages/debbugs/debbugs-gnu.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/packages/debbugs/debbugs-gnu.el b/packages/debbugs/debbugs-gnu.el
index c3f0c15..02cc0ec 100644
--- a/packages/debbugs/debbugs-gnu.el
+++ b/packages/debbugs/debbugs-gnu.el
@@ -223,7 +223,7 @@
   (mapcar 'cadr (cdr (get 'debbugs-gnu-default-packages 'custom-type)))
   "*List of all possible package names.")
 
-(defcustom debbugs-gnu-default-hits-per-page 3000
+(defcustom debbugs-gnu-default-hits-per-page 1000
   "*The number of bugs shown per page."
   :group 'debbugs-gnu
   :type 'integer

Reply via email to