Temporarily use renamed constant.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3689 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -104,11 +104,11 @@ public class PresentsInvoker extends Invoker
|
|||||||
_statslog.log("max_invoker_queue_size " + _maxQueueSize);
|
_statslog.log("max_invoker_queue_size " + _maxQueueSize);
|
||||||
_maxQueueSize = queueSize;
|
_maxQueueSize = queueSize;
|
||||||
_nextQueueReport +=
|
_nextQueueReport +=
|
||||||
PresentsDObjectMgr.QUEUE_PROFILING_INTERVAL;
|
PresentsDObjectMgr.STATS_SNAPSHOT_INTERVAL;
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
_nextQueueReport =
|
_nextQueueReport =
|
||||||
start + PresentsDObjectMgr.QUEUE_PROFILING_INTERVAL;
|
start + PresentsDObjectMgr.STATS_SNAPSHOT_INTERVAL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user