Skip to content

Commit

Permalink
Foxandxss#204 adjust the interval value
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane padovani committed Dec 12, 2017
1 parent fa24559 commit a2b09fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/toastr.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
return;
}
_isLaunched = true;
setInterval(action, 200);
setInterval(action, 600);
}

function _notify(map) {
Expand Down

0 comments on commit a2b09fb

Please sign in to comment.