aboutsummaryrefslogtreecommitdiffstats
path: root/include/Contact.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-06-01 17:22:04 -0700
committerfriendica <info@friendica.com>2014-06-01 17:22:04 -0700
commita84d2d0731c2b4014744f130c1af45de0dde764d (patch)
treeed44e6b6f9529780823e79c61da0bc25dbca1589 /include/Contact.php
parent1cb987d07563ff149b779fcb077c4fd23afd3d31 (diff)
downloadvolse-hubzilla-a84d2d0731c2b4014744f130c1af45de0dde764d.tar.gz
volse-hubzilla-a84d2d0731c2b4014744f130c1af45de0dde764d.tar.bz2
volse-hubzilla-a84d2d0731c2b4014744f130c1af45de0dde764d.zip
add a few days of slop to the orphan finder to account for any lags in dir syncing.
Diffstat (limited to 'include/Contact.php')
-rw-r--r--include/Contact.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Contact.php b/include/Contact.php
index b4583c358..ffee5096a 100644
--- a/include/Contact.php
+++ b/include/Contact.php
@@ -303,7 +303,7 @@ function mark_orphan_hubsxchans() {
return;
$r = q("update hubloc set hubloc_status = (hubloc_status | %d) where not (hubloc_status & %d)
- and hubloc_connected < utc_timestamp() - interval 30 day",
+ and hubloc_connected < utc_timestamp() - interval 36 day",
intval(HUBLOC_OFFLINE),
intval(HUBLOC_OFFLINE)
);