]> git.mxchange.org Git - friendica.git/commitdiff
change default ostatus poll interval
authorfriendica <info@friendica.com>
Sun, 1 Jan 2012 19:45:56 +0000 (11:45 -0800)
committerfriendica <info@friendica.com>
Sun, 1 Jan 2012 19:45:56 +0000 (11:45 -0800)
boot.php
include/poller.php

index 65bcfbafb07699e5d7961785b0c8b8d4b0837b78..5b8845a91f663aa5b2e3d2d5e49fc430fadb6f71 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -9,7 +9,7 @@ require_once('include/nav.php');
 require_once('include/cache.php');
 
 define ( 'FRIENDICA_PLATFORM',     'Friendica');
-define ( 'FRIENDICA_VERSION',      '2.3.1212' );
+define ( 'FRIENDICA_VERSION',      '2.3.1213' );
 define ( 'DFRN_PROTOCOL_VERSION',  '2.22'    );
 define ( 'DB_UPDATE_VERSION',      1113      );
 
index d568bbd037d380634bfaff2bf01f796dae4673a3..89e4488b92c2239ae09ddb68a3f5c5563fead479 100644 (file)
@@ -140,7 +140,7 @@ function poller_run($argv, $argc){
                        if($manual_id)
                                $contact['last-update'] = '0000-00-00 00:00:00';
 
-                       if($contact['network'] === NETWORK_DFRN)
+                       if($contact['network'] === NETWORK_DFRN || $contact['network'] === NETWORK_OSTATUS)
                                $contact['priority'] = 2;
 
                        if($contact['priority'] || $contact['subhub']) {