Increased default tile cache to 64 MB.

2003-06-22  Dave Neary  <bolsh@gimp.org>

	* app/config/gimpbaseconfig.c: Increased default tile cache
	to 64 MB.
This commit is contained in:
Dave Neary 2003-06-22 16:36:31 +00:00 committed by David Neary
parent c73129215e
commit f4c1777a44
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-06-22 Dave Neary <bolsh@gimp.org>
* app/config/gimpbaseconfig.c: Increased default tile
cache to 64 MB.
2003-06-22 Sven Neumann <sven@gimp.org>
* data/misc/gimp.desktop.in.in: added Encoding, StartupNotify and

View File

@ -122,7 +122,7 @@ gimp_base_config_class_init (GimpBaseConfigClass *klass)
0);
GIMP_CONFIG_INSTALL_PROP_MEMSIZE (object_class, PROP_TILE_CACHE_SIZE,
"tile-cache-size", TILE_CACHE_SIZE_BLURB,
0, G_MAXULONG, 1 << 25,
0, G_MAXULONG, 1 << 26,
GIMP_PARAM_CONFIRM);
}