Skip to content
This repository has been archived by the owner on Feb 5, 2019. It is now read-only.

Commit

Permalink
package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
joelongstreet committed Jun 7, 2012
1 parent 5cc3379 commit 7bb98e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app.coffee
Expand Up @@ -48,7 +48,7 @@ build_fb_photo = ->
clearInterval(get_photo_int)
setTimeout (->
console.log 'restarting job to get photos from facebook'
get_photo_int = setInterval (-> build_fb_photo() ), 500
get_photo_int = setInterval (-> build_fb_photo() ), 25
), 30000

if resp
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,5 +1,5 @@
{
"version": "1.0.0-13",
"version": "1.0.0-15",
"engines": {
"node": "0.6.15",
"npm": "1.1.9"
Expand All @@ -17,7 +17,7 @@
"scripts": {
"start": "runner.js"
},
"domains" : [
"domains": [
"facehold.it",
"www.facehold.it"
],
Expand Down

0 comments on commit 7bb98e7

Please sign in to comment.