put default img cache to 4mb.

SVN revision: 13881
This commit is contained in:
Carsten Haitzler 2005-03-24 08:30:44 +00:00
parent 526de2defa
commit cb9cec66dc
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ e_config_init(void)
e_config->border_shade_transition = E_TRANSITION_DECELERATE;
e_config->border_shade_speed = 3000.0;
e_config->framerate = 30.0;
e_config->image_cache = 2048;
e_config->image_cache = 4096;
e_config->font_cache = 512;
e_config->zone_desks_x_count = 4;
e_config->zone_desks_y_count = 1;