Fluency--.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5977 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2009-10-04 23:26:09 +00:00
parent 5f3f1ad5c9
commit ecec43418b
4 changed files with 10 additions and 252 deletions
@@ -683,12 +683,12 @@ public class PlaceManager
// queue up a shutdown interval, unless we've already got one.
long idlePeriod = idleUnloadPeriod();
if (idlePeriod > 0L && _shutdownInterval == null) {
_shutdownInterval = _omgr.newInterval(new Runnable() {
(_shutdownInterval = _omgr.newInterval(new Runnable() {
public void run () {
log.debug("Unloading idle place '" + where() + "'.");
shutdown();
}
}).schedule(idlePeriod);
})).schedule(idlePeriod);
}
}