Instead of having to disable the periodic server reports with a cumbersome
specialized ReportManager, let's just not activate them by default. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5846 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -258,9 +258,6 @@ public class PresentsServer
|
||||
/** Handles orderly initialization and shutdown of our managers, etc. */
|
||||
@Inject protected Lifecycle _lifecycle;
|
||||
|
||||
/** Handles generation of state of the server reports. */
|
||||
@Inject protected ReportManager _repmgr;
|
||||
|
||||
/** Used to invoke background tasks that should not be allowed to tie up the distributed object
|
||||
* manager thread (generally talking to databases and other relatively slow entities). */
|
||||
@Inject @MainInvoker protected Invoker _invoker;
|
||||
|
||||
Reference in New Issue
Block a user