diff options
author | CiaranG <ciaran@ciarang.com> | 2008-08-22 14:59:55 -0400 |
---|---|---|
committer | CiaranG <ciaran@ciarang.com> | 2008-08-22 14:59:55 -0400 |
commit | ce3cdb20c05b5ad7321d109dc5e0f3b83d828f88 (patch) | |
tree | 533249ae50bb15dfccba39580d0bd7a785bba2da /scripts/xmppdaemon.php | |
parent | ebe35f56aecbd31f01c6d3e59de6b81136688894 (diff) |
Define xmpp daemon claim timeout time
darcs-hash:20080822185955-f6e2c-569bc9d304e904fd26e3cc976e8246e3eb7f93bd.gz
Diffstat (limited to 'scripts/xmppdaemon.php')
-rwxr-xr-x | scripts/xmppdaemon.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/xmppdaemon.php b/scripts/xmppdaemon.php index 4332b823f..864782098 100755 --- a/scripts/xmppdaemon.php +++ b/scripts/xmppdaemon.php @@ -55,6 +55,7 @@ if (isset($_SERVER) && array_key_exists('REQUEST_METHOD', $_SERVER)) { define('INSTALLDIR', realpath(dirname(__FILE__) . '/..')); define('LACONICA', true); +define('CLAIM_TIMEOUT', 100000); require_once(INSTALLDIR . '/lib/common.php'); require_once(INSTALLDIR . '/lib/jabber.php'); |