aboutsummaryrefslogtreecommitdiff
path: root/blocks/rss_agw
diff options
context:
space:
mode:
authorjhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6>2010-01-26 21:52:17 -0500
committerjhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6>2010-01-26 21:52:17 -0500
commita0701d581dfa39113c1af68637118d99d5a0822a (patch)
tree17858862321c09316dbbeb9038695a8815406e2a /blocks/rss_agw
parent6d28ed7cd510621e571da1d5a20848d58d079f53 (diff)
downloadbayonetcms-a0701d581dfa39113c1af68637118d99d5a0822a.tar.gz
commit just prior to some pure insanity.
implementing theme system git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@463 c5b2fb0a-d05d-0410-98c8-828840a80ff6
Diffstat (limited to 'blocks/rss_agw')
-rw-r--r--blocks/rss_agw/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/blocks/rss_agw/index.php b/blocks/rss_agw/index.php
index 3a492ca..21506bb 100644
--- a/blocks/rss_agw/index.php
+++ b/blocks/rss_agw/index.php
@@ -57,7 +57,7 @@ if ($agwProcess === true) {
$options = array(CURLOPT_FORBID_REUSE => true,
CURLOPT_POST => false,
CURLOPT_RETURNTRANSFER => true,
- CURLOPT_TIMEOUT => 15,
+ CURLOPT_TIMEOUT => 3,
CURLOPT_USERAGENT => 'Mozilla/5.0 (Compatible; libCURL)',
CURLOPT_VERBOSE => false);