Skip to content

Commit

Permalink
Merge 50a4522 into cc1d431
Browse files Browse the repository at this point in the history
  • Loading branch information
ochikov authored Dec 19, 2022
2 parents cc1d431 + 50a4522 commit f579380
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion src/client/Client.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export default class Client {
this._requestTimeout = null;

/** @private */
this._networkUpdatePeriod = 10000;
this._networkUpdatePeriod = 24 * 60 * 60 * 1000;

/** @private */
this._isShutdown = false;
Expand Down
4 changes: 0 additions & 4 deletions src/network/AddressBookQuery.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,6 @@ export default class AddressBookQuery {
const message =
error instanceof Error ? error.message : error.details;
console.log("ERROR:", error);
console.log(
"ERRORED, but CLIENT CLOSE IS",
client.isClientShutDown
);
if (
this._attempt < this._maxAttempts &&
!client.isClientShutDown &&
Expand Down

0 comments on commit f579380

Please sign in to comment.