Need to put this in a config file, but for the time being, up the "state
of the union" report to once every 15 minutes. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1922 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: PresentsServer.java,v 1.27 2002/11/05 02:17:56 mdb Exp $
|
||||
// $Id: PresentsServer.java,v 1.28 2002/11/06 06:18:17 mdb Exp $
|
||||
|
||||
package com.threerings.presents.server;
|
||||
|
||||
@@ -232,5 +232,5 @@ public class PresentsServer
|
||||
protected static ArrayList _reporters = new ArrayList();
|
||||
|
||||
/** The frequency with which we generate "state of server" reports. */
|
||||
protected static final long REPORT_INTERVAL = 5 * 60 * 1000L;
|
||||
protected static final long REPORT_INTERVAL = 15 * 60 * 1000L;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user