raster pushed a commit to branch master.

commit 8b65fe069c6fcc6f1200a9074732fa7ea9aa83ea
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Sun Aug 18 21:36:19 2013 +0900

    pollers by default are in 1/8th of a second in ecore.... 32 made no sense.
---
 src/modules/wl_desktop_shell/e_mod_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/wl_desktop_shell/e_mod_main.c 
b/src/modules/wl_desktop_shell/e_mod_main.c
index 75fead3..1bf6658 100644
--- a/src/modules/wl_desktop_shell/e_mod_main.c
+++ b/src/modules/wl_desktop_shell/e_mod_main.c
@@ -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;
 

-- 

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk

Reply via email to