mirror of
https://github.com/derf/travelynx
synced 2024-11-10 06:54:17 +00:00
revert connection targets min_count to 3
This commit is contained in:
parent
be335cef07
commit
df21c20c6e
1 changed files with 1 additions and 1 deletions
|
@ -1764,7 +1764,7 @@ sub get_connection_targets {
|
|||
my $threshold = $opt{threshold}
|
||||
// DateTime->now( time_zone => 'Europe/Berlin' )->subtract( months => 4 );
|
||||
my $db = $opt{db} //= $self->{pg}->db;
|
||||
my $min_count = $opt{min_count} // 1;
|
||||
my $min_count = $opt{min_count} // 3;
|
||||
my $dest_id = $opt{eva};
|
||||
|
||||
if ( $opt{destination_name} ) {
|
||||
|
|
Loading…
Reference in a new issue