diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2025-07-04 17:44:44 +0200 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2025-07-04 17:44:44 +0200 |
commit | cd920f5563c23d8f19fc94b551eccb97784c8aef (patch) | |
tree | 2e5220d20c7978d6abd69955afb19a84c8f7506b | |
parent | 8896bb2b405eee48df7f9e58c231d0680d6d05f1 (diff) |
Revert "work: dbris: be slightly less pessimistic"2.15.6
This reverts commit 5693277807924744c2ace92015f01c0f9f25e8a8.
-rw-r--r-- | lib/Travelynx/Command/work.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Travelynx/Command/work.pm b/lib/Travelynx/Command/work.pm index 071befa..5ce7e8d 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 ? 1.2 : 1.0 ) ) + $dbris_rate_limited ? 4.5 : ( $backend ? 2.0 : 1.0 ) ) ->then( sub { return $self->app->dbris->get_journey_p( |