netstar pushed a commit to branch master. http://git.enlightenment.org/apps/evisum.git/commit/?id=529710ca15f2851ab3d12601e25605082557e565
commit 529710ca15f2851ab3d12601e25605082557e565 Author: Alastair Poole <[email protected]> Date: Wed Nov 11 02:30:44 2020 +0000 overview...Once a second...make widgets. --- src/bin/ui/ui_process_list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/ui/ui_process_list.c b/src/bin/ui/ui_process_list.c index 87de4b9..f4876bb 100644 --- a/src/bin/ui/ui_process_list.c +++ b/src/bin/ui/ui_process_list.c @@ -1385,7 +1385,7 @@ _system_info_all_poll(void *data, Ecore_Thread *thread) return; } ecore_thread_feedback(thread, info); - for (int i = 0; i < 4 * ui->settings.poll_delay; i++) + for (int i = 0; i < 4 * 1; i++) { if (ecore_thread_check(thread)) return; usleep(250000); --
