Unverified Commit df21c20c authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

revert connection targets min_count to 3

parent be335cef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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} ) {