From 57bae7f5d4fe10f65a21b02ac0a6d5b372b9fbb9 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Tue, 5 Sep 2023 01:02:25 -0700 Subject: modules/flow: bump the counts up a bit Now that there's threaded rendering, handling larger counts without bogging down the frame rate on anything remotely modern is feasible. --- src/modules/flow/flow.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/modules/flow/flow.c b/src/modules/flow/flow.c index 431a839..6f68ad6 100644 --- a/src/modules/flow/flow.c +++ b/src/modules/flow/flow.c @@ -425,9 +425,10 @@ static int flow_setup(const til_settings_t *settings, til_setting_t **res_settin "5000", "10000", "20000", - "30000", "40000", - "50000", + "60000", + "80000", + "100000", NULL }; til_setting_t *speed; -- cgit v1.2.1