Don't go beyond 100.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6154 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Par Winzell
2010-09-13 17:15:37 +00:00
parent 3fd045a01d
commit 6f7101404b
@@ -471,7 +471,8 @@ public abstract class PeerManager
* If any one node reports failure, this function reports failure. If all nodes report success,
* this function will report success.
*/
public <T> void invokeNodeRequest (final NodeRequest request, final NodeRequestsListener<T> listener)
public <T> void invokeNodeRequest (
final NodeRequest request, final NodeRequestsListener<T> listener)
{
// if we're not on the dobjmgr thread, get there
if (!_omgr.isDispatchThread()) {