From 37ba2569005df07498bff6c14b7c714512025aa4 Mon Sep 17 00:00:00 2001 From: Ryan Roden-Corrent Date: Sun, 27 Aug 2017 22:29:01 -0400 Subject: [PATCH] Ensure web-history-max-items has int64 as maxval. See #2779. --- qutebrowser/config/configdata.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/qutebrowser/config/configdata.yml b/qutebrowser/config/configdata.yml index db57cdf7d..a070d2951 100644 --- a/qutebrowser/config/configdata.yml +++ b/qutebrowser/config/configdata.yml @@ -585,6 +585,7 @@ completion.web_history_max_items: type: name: Int minval: -1 + maxval: maxint64 desc: >- How many URLs to show in the web history.