mirror of https://github.com/GNOME/gimp.git
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:
parent
c73129215e
commit
f4c1777a44
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue