Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Commit

Permalink
shortened retry time
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools committed Mar 17, 2019
1 parent 7e3b6d1 commit 0d085f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/presenceHandler.js
Expand Up @@ -82,7 +82,7 @@ module.exports = () => {
setTimeout(() => {
rpc.destroy();
login();
}, 10e3)
}, 5e3)
});
}
login();
Expand Down

0 comments on commit 0d085f5

Please sign in to comment.