Refreshing the peers seems to often take just over 500ms, so increase the time we wait before logging.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4833 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Mark Johnson
2007-09-28 23:26:42 +00:00
parent b3678b086d
commit 1ec7f25ea6
@@ -742,6 +742,9 @@ public class PeerManager
}
}
}
public long getLongThreshold () {
return 700L;
}
protected List<NodeRecord> _nodes;
});
}