Skip to content

Commit

Permalink
[Display][Painter] Reduce throttling for faster render at slight scan…
Browse files Browse the repository at this point in the history
… rate decrease
  • Loading branch information
drashna committed Dec 4, 2024
1 parent c4b3c24 commit 3bd91fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion users/drashna/display/painter/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# define QUANTUM_PAINTER_DISPLAY_TIMEOUT 3600000
#endif
#ifndef QUANTUM_PAINTER_TASK_THROTTLE
# define QUANTUM_PAINTER_TASK_THROTTLE 100
# define QUANTUM_PAINTER_TASK_THROTTLE 10
#endif // QUANTUM_PAINTER_TASK_THROTTLE
#ifndef QUANTUM_PAINTER_NUM_IMAGES
# define QUANTUM_PAINTER_NUM_IMAGES 64
Expand Down

0 comments on commit 3bd91fb

Please sign in to comment.