aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mod/ping.php2
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);