mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 02:01:33 +00:00
Fix the display of alternate usp connection
This commit is contained in:
@@ -106,7 +106,8 @@ while ($runVar['counts']['iterations'] > 0) {
|
||||
$runVar['conncounts'] = $tOut->getUSPConnections('primary', $runVar['connections']);
|
||||
|
||||
if ((int) $runVar['constants']['alternate_nntp'] === 1) {
|
||||
$runVar['conncounts'] += $tOut->getUSPConnections('alternate', $runVar['connections']);
|
||||
$alternateConnections = $tOut->getUSPConnections('alternate', $runVar['connections']);
|
||||
$runVar['conncounts'] = array_merge($runVar['conncounts'], $alternateConnections);
|
||||
}
|
||||
|
||||
// run queries only after time exceeded, these queries can take awhile
|
||||
|
||||
Reference in New Issue
Block a user