Skip to content

Commit

Permalink
increase default polling interval
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Aug 25, 2015
1 parent 0bdbc4d commit 27cc41b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import log from './log';

export default function slackin({
token,
interval = 1000, // jshint ignore:line
interval = 5000, // jshint ignore:line
org,
css,
channels,
Expand Down

0 comments on commit 27cc41b

Please sign in to comment.