Point to the right explanatory method.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5425 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2008-10-08 20:14:27 +00:00
parent 2e8b63435a
commit 4f89bb2dbc
@@ -554,7 +554,7 @@ public class PresentsClient
*/
protected Throttle createIncomingMessageThrottle ()
{
// see setIncomingMessageThrottle for more details on all of this
// see throttleUpdated() for details on these numbers
return new Throttle(10*Client.DEFAULT_MSGS_PER_SECOND+1, 10*1000L);
}