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.


SVN revision: 22382
This commit is contained in:
David Walter Seikel 2006-04-28 05:55:50 +00:00
parent c0ea2bcb8d
commit c95c6eb12e
1 changed files with 1 additions and 1 deletions

View File

@ -2260,7 +2260,7 @@ _e_app_cache_new(E_App_Cache *ac, const char *path, int scan_subdirs)
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