pollers by default are in 1/8th of a second in ecore.... 32 made no sense.

This commit is contained in:
Carsten Haitzler 2013-08-18 21:36:19 +09:00
parent d861d10042
commit 8b65fe069c
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@ _e_wl_shell_cb_ping(E_Wayland_Surface *ews, unsigned int serial)
/* update timer source interval */
wl_event_source_timer_update(tmr->source,
e_config->ping_clients_interval * 32);
e_config->ping_clients_interval * (1000 / 8));
ewss->ping_timer = tmr;