overview...Once a second...make widgets.

This commit is contained in:
Alastair Poole 2020-11-11 02:30:44 +00:00
parent c4263d7e1e
commit 529710ca15
1 changed files with 1 additions and 1 deletions

View File

@ -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);