Skip to content

Commit

Permalink
slower default scoreboard scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
lperovskaya committed Sep 5, 2024
1 parent 234f824 commit f8ae87d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/overlay/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ config.QUEUE_ROW_FEATURED_RUN_APPEAR_TIME = 500; // ms
config.QUEUE_ROW_FEATURED_RUN_ADDITIONAL_DELAY = 5000; // ms
config.QUEUE_ROW_FTS_TRANSITION_TIME = 3000; // ms
config.SCOREBOARD_ROW_TRANSITION_TIME = 1000; // ms
config.SCOREBOARD_SCROLL_INTERVAL = 10000; // ms
config.SCOREBOARD_SCROLL_INTERVAL = 20000; // ms
config.PICTURES_APPEAR_TIME = 1000; // ms
config.SVG_APPEAR_TIME = 1000; // ms
config.VIDEO_APPEAR_TIME = 100; // ms
Expand Down

0 comments on commit f8ae87d

Please sign in to comment.