Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
travelynx
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
derf
travelynx
Commits
dbd9d995
"README.md" did not exist on "ac1616c81a1b650551baf2e0c115fae44263caa7"
Unverified
Commit
dbd9d995
authored
2 years ago
by
Birte Kristina Friesel
Browse files
Options
Downloads
Patches
Plain Diff
decrease amount of traewelling get_status requests
parent
61b91fe4
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lib/Travelynx/Command/traewelling.pm
+1
-1
1 addition, 1 deletion
lib/Travelynx/Command/traewelling.pm
templates/traewelling.html.ep
+1
-1
1 addition, 1 deletion
templates/traewelling.html.ep
with
2 additions
and
2 deletions
lib/Travelynx/Command/traewelling.pm
+
1
−
1
View file @
dbd9d995
...
...
@@ -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
},
...
...
This diff is collapsed.
Click to expand it.
templates/traewelling.html.ep
+
1
−
1
View file @
dbd9d995
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment