That's initialized in the constructor.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5423 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2008-10-08 19:39:35 +00:00
parent 9c65e203b5
commit 234b00df27
@@ -1075,7 +1075,7 @@ public class Client
protected Interval _tickInterval;
/** Our outgoing message throttle. */
protected Throttle _outThrottle = new Throttle(DEFAULT_MAX_MSG_RATE[0], DEFAULT_MAX_MSG_RATE[1]);
protected Throttle _outThrottle;
/** How often we recompute our time offset from the server. */
protected static final long CLOCK_SYNC_INTERVAL = 600 * 1000L;