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

traewelling: increase latency between traewelling.de requests

parent c105bc4e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,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(1)->then(
		Mojo::Promise->timer(1.5)->then(
			sub {
				return $self->app->traewelling_api->get_status_p(
					username => $account_data->{data}{user_name},