From 0013e59086080963737d6c864eca7ff852a1e9da Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 28 Jan 2014 20:19:16 -0800 Subject: chatpresence timing out too quickly --- mod/ping.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod') 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); -- cgit v1.2.3