summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2025-03-28 18:04:45 +0100
committerBirte Kristina Friesel <derf@finalrewind.org>2025-03-28 18:04:45 +0100
commit2fbc5638cba3be765b5641fdba0967f4ff2fd93e (patch)
tree790bccc116284ba73a6d5963848e82b3a5f90d4c
parent0dea7bd22784fc3128d96ff0ef463daebd0f3c2f (diff)
work: increase dbris throttling
-rw-r--r--lib/Travelynx/Command/work.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Travelynx/Command/work.pm b/lib/Travelynx/Command/work.pm
index 143812d..259043f 100644
--- a/lib/Travelynx/Command/work.pm
+++ b/lib/Travelynx/Command/work.pm
@@ -54,7 +54,7 @@ sub run {
eval {
- Mojo::Promise->timer( $dbris_rate_limited ? 2.5 : 0.5 )->then(
+ Mojo::Promise->timer( $dbris_rate_limited ? 4.5 : 1.0 )->then(
sub {
return $self->app->dbris->get_journey_p(
trip_id => $train_id );