Increase suggestion time range to 4 months
This commit is contained in:
parent
1dc04eb45a
commit
f4a6f8a400
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue