From 1dbd5db6eb7f0ea49fe1eb1a2a9ed1e37d6bb54f Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Fri, 21 Oct 2011 00:08:29 +0000 Subject: [PATCH] Quell throttle updating logging. Nobody cares. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6734 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- .../java/com/threerings/presents/server/PresentsSession.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/threerings/presents/server/PresentsSession.java b/src/main/java/com/threerings/presents/server/PresentsSession.java index 324b5f3b2..5566b6a33 100644 --- a/src/main/java/com/threerings/presents/server/PresentsSession.java +++ b/src/main/java/com/threerings/presents/server/PresentsSession.java @@ -992,7 +992,7 @@ public class PresentsSession messagesPerSec = _pendingThrottles.remove(0); } - log.info("Applying updated throttle", "client", this, "msgsPerSec", messagesPerSec); + // log.info("Applying updated throttle", "client", this, "msgsPerSec", messagesPerSec); // We set our hard throttle over a 10 second period instead of a 1 second period to // account for periods of network congestion that might cause otherwise properly // throttled messages to bunch up while they're "on the wire"; we also add a one