Skip to content
This repository has been archived by the owner on Nov 28, 2017. It is now read-only.

Commit

Permalink
Reduced request timeout to 5 seconds (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
fvdm committed Jul 16, 2013
1 parent 8f508d2 commit 1e08ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube-feeds.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ var xml2json = require('node-xml2json'),

var app = {
httpProtocol: 'http', // http, https
timeout: 30000, // max execution time in milliseconds
timeout: 5000, // max execution time in milliseconds
developerKey: null // YouTube developer key
}

Expand Down

0 comments on commit 1e08ec1

Please sign in to comment.