summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-04-20 15:36:46 +0400
committerAndrew Dolgov <[email protected]>2011-04-20 15:36:46 +0400
commit414d0d1f46d2be49e95cf668efec906fb989d1f2 (patch)
treeb6d203a9292e5ba9b2a3669a1cc7722ee6dd9669 /functions.php
parentae5f7bb11a7698a84c9352436c144286f7c81630 (diff)
implement feedbrowser using linked feeds; set proper fetch timeout
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index e0c2a664b..4980140c1 100644
--- a/functions.php
+++ b/functions.php
@@ -7371,7 +7371,7 @@
$instance_qpart = "";
if (DB_TYPE == "pgsql") {
- $date_qpart = "last_connected < NOW() - INTERVAL '1 second'";
+ $date_qpart = "last_connected < NOW() - INTERVAL '6 hours'";
} else {
$date_qpart = "last_connected < DATE_SUB(NOW(), INTERVAL 6 HOUR";
}