Increased the frame action cache size to 30 for now. We'll likely want to

allow setting this externally in the near future, but we'll iron that out
later when we get around to scrutinizing all of the caching business more
closely.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1462 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Walter Korman
2002-06-14 21:15:31 +00:00
parent d61c009a4d
commit 830364c48d
@@ -1,5 +1,5 @@
//
// $Id: CharacterManager.java,v 1.20 2002/05/06 18:08:31 mdb Exp $
// $Id: CharacterManager.java,v 1.21 2002/06/14 21:15:31 shaper Exp $
package com.threerings.cast;
@@ -264,5 +264,5 @@ public class CharacterManager
/** The number of actions to cache before we start clearing them
* out. */
protected static final int ACTION_CACHE_SIZE = 5;
protected static final int ACTION_CACHE_SIZE = 30;
}