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:
Michael Bayne
2005-08-24 18:47:21 +00:00
parent b7f02502aa
commit 18fa50cb78
@@ -104,11 +104,11 @@ public class PresentsInvoker extends Invoker
_statslog.log("max_invoker_queue_size " + _maxQueueSize);
_maxQueueSize = queueSize;
_nextQueueReport +=
PresentsDObjectMgr.QUEUE_PROFILING_INTERVAL;
PresentsDObjectMgr.STATS_SNAPSHOT_INTERVAL;
} else {
_nextQueueReport =
start + PresentsDObjectMgr.QUEUE_PROFILING_INTERVAL;
start + PresentsDObjectMgr.STATS_SNAPSHOT_INTERVAL;
}
}
}