Skip to content

Commit

Permalink
Merge branch 'master' of github.com:slickplaid/chrome-bysh
Browse files Browse the repository at this point in the history
  • Loading branch information
slickplaid committed Apr 14, 2011
2 parents 2d05e3d + 68fef03 commit 4143457
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -30,7 +30,7 @@ If you have any ideas that you would like to see in the plugin, please let us kn
We're open to suggestions. :)

### Recent Changes

- Changed polling to five minutes
- Graph will now be updated when you have the popup window open. -slickplaid
- Graph and icon turn red when >90% usage -slickplaid
- Added IRC Hook
2 changes: 1 addition & 1 deletion background.html
Expand Up @@ -7,7 +7,7 @@
,settings: {
url: 'http://bytesized-hosting.com/api/profile/'
,testData: 'testdata.xml'
,interval: 1000*10 // ten minutes *60*10
,interval: 1000*60*5 // ten minutes *60*10
,ajaxParams: {
cache: false
,dataType: 'xml'
Expand Down

0 comments on commit 4143457

Please sign in to comment.