diff options
author | Friendika <info@friendika.com> | 2011-07-15 03:08:43 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-07-15 03:08:43 -0700 |
commit | 69f4db9e1229e9dacd0d71ecd3ac13c1647bc36d (patch) | |
tree | 2df0c7ab36dd859ec9227b5b63dae06d0c87e3a9 /boot.php | |
parent | 2efb59e4396c711c52996296d6717ab05144d8cb (diff) | |
download | volse-hubzilla-69f4db9e1229e9dacd0d71ecd3ac13c1647bc36d.tar.gz volse-hubzilla-69f4db9e1229e9dacd0d71ecd3ac13c1647bc36d.tar.bz2 volse-hubzilla-69f4db9e1229e9dacd0d71ecd3ac13c1647bc36d.zip |
zot stuff
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -105,6 +105,13 @@ define ( 'NETWORK_FACEBOOK', 'face'); // Facebook API define ( 'MAX_LIKERS', 75); /** + * Communication timeout + */ + +define ( 'ZCURL_TIMEOUT' , (-1)); + + +/** * email notification options */ |