Enlightenment CVS committal

Author  : onefang
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_apps.c 


Log Message:
This delay is way to short for the case when you are creating heaps of eaps 
at once.  This is just a quick fix, raster has ideas for a better fix. 

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_apps.c,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -3 -r1.130 -r1.131
--- e_apps.c    12 Apr 2006 22:43:44 -0000      1.130
+++ e_apps.c    28 Apr 2006 05:55:50 -0000      1.131
@@ -2260,7 +2260,7 @@
        sc->cache = ac;
        sc->app = a;
        sc->files = e_app_dir_file_list_get(a);
-       sc->timer = ecore_timer_add(0.001, _e_app_cb_scan_cache_timer, sc);
+       sc->timer = ecore_timer_add(0.500, _e_app_cb_scan_cache_timer, sc);
        e_object_ref(E_OBJECT(sc->app));
      }
    else




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to