diff options
author | friendica <info@friendica.com> | 2014-01-28 20:19:16 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-01-28 20:19:16 -0800 |
commit | 0013e59086080963737d6c864eca7ff852a1e9da (patch) | |
tree | 94dce5862827fefe5e41b22c65193313ce96053f /mod/ping.php | |
parent | 2822e6e70a15508e0626d5fe2eace87b5013b9b6 (diff) | |
download | volse-hubzilla-0013e59086080963737d6c864eca7ff852a1e9da.tar.gz volse-hubzilla-0013e59086080963737d6c864eca7ff852a1e9da.tar.bz2 volse-hubzilla-0013e59086080963737d6c864eca7ff852a1e9da.zip |
chatpresence timing out too quickly
Diffstat (limited to 'mod/ping.php')
-rw-r--r-- | mod/ping.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/ping.php b/mod/ping.php index f067091da..e205dbea7 100644 --- a/mod/ping.php +++ b/mod/ping.php @@ -66,7 +66,7 @@ function ping_init(&$a) { } } - q("delete from chatpresence where cp_last < UTC_TIMESTAMP() - INTERVAL 2 MINUTE"); + q("delete from chatpresence where cp_last < UTC_TIMESTAMP() - INTERVAL 3 MINUTE"); if((! local_user()) || ($result['invalid'])) { echo json_encode($result); |