From f4a6f8a400512118265ec1cc0f3872635ba4bef6 Mon Sep 17 00:00:00 2001
From: Daniel Friesel <derf@finalrewind.org>
Date: Fri, 24 May 2019 17:09:11 +0200
Subject: Increase suggestion time range to 4 months

---
 lib/Travelynx.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Travelynx.pm b/lib/Travelynx.pm
index 3e65963..d5c3aa2 100755
--- a/lib/Travelynx.pm
+++ b/lib/Travelynx.pm
@@ -1537,7 +1537,7 @@ sub startup {
 			my $uid = $opt{uid} //= $self->current_user->{id};
 			my $threshold = $opt{threshold}
 			  // DateTime->now( time_zone => 'Europe/Berlin' )
-			  ->subtract( weeks => 6 );
+			  ->subtract( months => 4 );
 			my $db = $opt{db} //= $self->pg->db;
 			my $min_count = $opt{min_count} // 3;
 
-- 
cgit v1.2.3