Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Commit

Permalink
Unified pause times showing schedule/ratings (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
mklaehn authored Oct 1, 2023
1 parent fbea907 commit 0007e5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cinema/src/main/resources/tweetwallConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"stepClassName": "org.tweetwallfx.stepengine.steps.PauseStep",
"config": {
"unit": "SECONDS",
"amount": "5"
"amount": "15"
}
},
{
Expand Down Expand Up @@ -101,7 +101,7 @@
"stepClassName": "org.tweetwallfx.stepengine.steps.PauseStep",
"config": {
"unit": "SECONDS",
"amount": "60"
"amount": "15"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion exhibition/src/main/resources/tweetwallConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
{
"stepClassName": "org.tweetwallfx.stepengine.steps.PauseStep",
"config": {
"amount": 10,
"amount": 15,
"unit": "SECONDS"
}
},
Expand Down

0 comments on commit 0007e5d

Please sign in to comment.