mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-06 13:44:23 -04:00
Add disconnect/awake handlers (WIP)
This commit is contained in:
parent
3efca4101a
commit
ae6b95eed8
17 changed files with 1029 additions and 736 deletions
|
@ -177,7 +177,7 @@ public class OpenOfferManager {
|
|||
|
||||
@Override
|
||||
public void onMissedSecondTick(long missed) {
|
||||
if (missed > 5000) {
|
||||
if (missed > Clock.IDLE_TOLERANCE) {
|
||||
log.error("We have been idle for {} sec", missed / 1000);
|
||||
|
||||
// We have been idle for at least 5 sec.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue