Skip to content

Commit

Permalink
interactor: increase retry interval (100ms -> 2000ms)
Browse files Browse the repository at this point in the history
  • Loading branch information
Unitech committed Dec 29, 2017
1 parent 43f4f4b commit 7222376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Interactor/ReverseInteractor.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ var ReverseInteract = {
this.socket = new nssocket.NsSocket({
type : 'tcp4',
reconnect : true,
retryInterval : 100,
retryInterval : 2000,
max : Infinity,
maxListeners : 50
});
Expand Down

0 comments on commit 7222376

Please sign in to comment.