branch: externals/debbugs
commit 41c88001c2843d8219527da730a47b52762244b7
Author: Lars Ingebrigtsen <[email protected]>
Commit: Lars Ingebrigtsen <[email protected]>

    Lowe the hit default
    
    * debbugs-gnu.el (debbugs-gnu-default-hits-per-page): Lower the
    hit count as per Glenn's request.
---
 debbugs-gnu.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debbugs-gnu.el b/debbugs-gnu.el
index c3f0c15..02cc0ec 100644
--- a/debbugs-gnu.el
+++ b/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