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:
@ -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>
|
2003-06-22 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* data/misc/gimp.desktop.in.in: added Encoding, StartupNotify and
|
* data/misc/gimp.desktop.in.in: added Encoding, StartupNotify and
|
||||||
|
@ -122,7 +122,7 @@ gimp_base_config_class_init (GimpBaseConfigClass *klass)
|
|||||||
0);
|
0);
|
||||||
GIMP_CONFIG_INSTALL_PROP_MEMSIZE (object_class, PROP_TILE_CACHE_SIZE,
|
GIMP_CONFIG_INSTALL_PROP_MEMSIZE (object_class, PROP_TILE_CACHE_SIZE,
|
||||||
"tile-cache-size", TILE_CACHE_SIZE_BLURB,
|
"tile-cache-size", TILE_CACHE_SIZE_BLURB,
|
||||||
0, G_MAXULONG, 1 << 25,
|
0, G_MAXULONG, 1 << 26,
|
||||||
GIMP_PARAM_CONFIRM);
|
GIMP_PARAM_CONFIRM);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user