Skip to content

Commit

Permalink
v1.1.0 sorted
Browse files Browse the repository at this point in the history
  • Loading branch information
janbaykara committed Apr 8, 2015
1 parent 2a77b8d commit 90bf34d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ console.log("Yammer Notifier is go")

var lastURL
, ignoreToken = "ignore_request"
, debug = true
, pollRate = debug ? 5 : 20
, debug = false
, pollRate = debug ? 5 : 10

if(debug) chrome.storage.sync.clear() // debug

Expand Down

0 comments on commit 90bf34d

Please sign in to comment.