Enlightenment CVS committal Author : codewarrior Project : e17 Module : apps/exhibit
Dir : e17/apps/exhibit/src/bin Modified Files: exhibit_main.c Log Message: tweak the number of images per iteration, the iteration time, and the number of elements to allocate at once. =================================================================== RCS file: /cvs/e/e17/apps/exhibit/src/bin/exhibit_main.c,v retrieving revision 1.116 retrieving revision 1.117 diff -u -3 -r1.116 -r1.117 --- exhibit_main.c 12 Jul 2007 13:33:08 -0000 1.116 +++ exhibit_main.c 13 Jul 2007 10:31:13 -0000 1.117 @@ -4,13 +4,13 @@ #include "exhibit.h" /* defines the max number of additions to the tree per timer tick */ -#define MAX_INSERTS_PER_ITERATION 200 +#define MAX_INSERTS_PER_ITERATION 170 /* defines the timer tick interval for tree inserts */ -#define INSERTS_INTERVAL 0.15 +#define INSERTS_INTERVAL 0.3 /* defines the initial size and increment size that file list arrays have */ -#define FILELIST_SIZE 5000 +#define FILELIST_SIZE 3000 extern pid_t pid; extern Evas_List *thumb_list; ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs