From 814bef45401eedb1a152ca0b5a07898fb31cb7ef Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Thu, 27 Apr 2017 02:38:25 +0200 Subject: [PATCH] browser: increase agent threshold after new wikimedia data --- browser.plp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser.plp b/browser.plp index a78e0ec..85ed156 100644 --- a/browser.plp +++ b/browser.plp @@ -90,7 +90,7 @@ print <<'';

Alternate rendition of Fyrd's when can I use... page my ($canihas, $usage); -my $minusage = $get{threshold} // .7; +my $minusage = $get{threshold} // 1; given ($get{usage} // 'wm') { when (!$_) { # none -- 2.30.0