]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/statistics/connection/class_ConnectionStatisticsHelper.php
'hub' project continued:
[hub.git] / application / hub / main / statistics / connection / class_ConnectionStatisticsHelper.php
index 4e42fe89c94a9a6319b1ab6d8b0398ac7e016ab3..c73be9a6b31fc654381d03b6cf41409189323452 100644 (file)
@@ -94,7 +94,8 @@ class ConnectionStatisticsHelper extends BaseHubSystem {
                        self::$connectionStatistics[$helperInstance->getProtocol()][$helperInstance->__toString()]['retry_count']++;
                }
 
-               // Create/update 'last_update' for later purging
+               // Create/update 'last_update' for purging
+               // @TODO last_update is not being used at the moment
                self::$connectionStatistics[$helperInstance->getProtocol()][$helperInstance->__toString()]['last_update'] = time();
        }
 }