Gee wally, now that sound is fixed, let's go back to expiring late sounds

at a reasonable time again.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3344 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2005-02-10 04:00:12 +00:00
parent 5ff24097a7
commit 10e84f9471
@@ -821,7 +821,7 @@ public class SoundManager
/** The maximum time after which we throw away a sound rather
* than play it. */
protected static final long MAX_SOUND_DELAY = 1000L;
protected static final long MAX_SOUND_DELAY = 400L;
/** The size of the line's buffer. */
protected static final int LINEBUF_SIZE = 8 * 1024;