From 5693277807924744c2ace92015f01c0f9f25e8a8 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sun, 29 Jun 2025 06:21:01 +0200 Subject: work: dbris: be slightly less pessimistic --- lib/Travelynx/Command/work.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Travelynx/Command/work.pm') diff --git a/lib/Travelynx/Command/work.pm b/lib/Travelynx/Command/work.pm index 5ce7e8d..071befa 100644 --- a/lib/Travelynx/Command/work.pm +++ b/lib/Travelynx/Command/work.pm @@ -76,7 +76,7 @@ sub run { eval { Mojo::Promise->timer( - $dbris_rate_limited ? 4.5 : ( $backend ? 2.0 : 1.0 ) ) + $dbris_rate_limited ? 4.5 : ( $backend ? 1.2 : 1.0 ) ) ->then( sub { return $self->app->dbris->get_journey_p( -- cgit v1.2.3