Up the default tile cache to 2 megs.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2568 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2003-05-12 02:03:53 +00:00
parent 8ca388fb7e
commit 7f08d36ce7
@@ -1,5 +1,5 @@
//
// $Id: TileSet.java,v 1.50 2003/05/02 23:32:10 mdb Exp $
// $Id: TileSet.java,v 1.51 2003/05/12 02:03:53 mdb Exp $
package com.threerings.media.tile;
@@ -428,7 +428,7 @@ public abstract class TileSet
new RuntimeAdjust.IntAdjust(
"Size (in kb of memory used) of the tile LRU cache " +
"[requires restart]", "narya.media.tile.cache_size",
MediaPrefs.config, 1024);
MediaPrefs.config, 2048);
static {
int tcsize = _cacheSize.getValue();