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
@@ -1188,14 +1188,14 @@ public abstract class PeerManager
_remoids = (ArrayIntSet)_suboids.clone();
// schedule a timeout to act if something goes wrong
_timeout = _omgr.newInterval(new Runnable () {
(_timeout = _omgr.newInterval(new Runnable () {
public void run () {
log.warning("Lock handler timed out, acting anyway", "lock", _lock,
"acquire", _acquire);
_stats.lockTimeouts++;
activate();
}
}).schedule(LOCK_TIMEOUT);
})).schedule(LOCK_TIMEOUT);
}
/**