diff --git a/youtube-feeds.js b/youtube-feeds.js index 999b6ae..de63eb7 100644 --- a/youtube-feeds.js +++ b/youtube-feeds.js @@ -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 }