aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index 2bd7830d7..9866077d2 100644
--- a/boot.php
+++ b/boot.php
@@ -105,6 +105,13 @@ define ( 'NETWORK_FACEBOOK', 'face'); // Facebook API
define ( 'MAX_LIKERS', 75);
/**
+ * Communication timeout
+ */
+
+define ( 'ZCURL_TIMEOUT' , (-1));
+
+
+/**
* email notification options
*/