mirror of
https://github.com/Xahau/xahau.js.git
synced 2026-08-23 00:20:52 +00:00
Disable server activity check
This commit is contained in:
@@ -55,7 +55,7 @@ function Server(remote, opts) {
|
||||
};
|
||||
|
||||
this.once('ledger_closed', function() {
|
||||
setInterval(checkServerActivity, 1000);
|
||||
//setInterval(checkServerActivity, 1000);
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user