Skip to content
Snippets Groups Projects
Unverified Commit dbd9d995 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

decrease amount of traewelling get_status requests

parent 61b91fe4
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ sub pull_sync {
# In 'work', the event loop is not running,
# so there's no need to multiply by $request_count at the moment
Mojo::Promise->timer(0.5)->then(
Mojo::Promise->timer(1)->then(
sub {
return $self->app->traewelling_api->get_status_p(
username => $account_data->{data}{user_name},
......
......@@ -197,7 +197,7 @@
<span>Checkin-Synchronisierung Träwelling → travelynx</span>
</label>
</div>
<p>Alle drei Minuten wird dein Status auf Träwelling abgefragt.
<p>Alle fünf Minuten wird dein Status auf Träwelling abgefragt.
Falls du gerade in einen Zug eingecheckt bist, wird dieser von
travelynx übernommen. Träwelling-Checkins in Nahverkehrsmittel
und Züge außerhalb des deutschen Schienennetzes werden nicht
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment