Browse Source

Typo in last scheduler change

spaghetti 8 years ago
parent
commit
81516af856
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      sections/schedule/hourly/sphinx_min_max_matches.php

+ 1
- 1
sections/schedule/hourly/sphinx_min_max_matches.php View File

4
 $SphQL->select('id')->from('torrents, delta')->limit(0,0,10000);
4
 $SphQL->select('id')->from('torrents, delta')->limit(0,0,10000);
5
 $TTorrents = $SphQL->query()->get_meta('total_found');
5
 $TTorrents = $SphQL->query()->get_meta('total_found');
6
 
6
 
7
-$SphQL->select('groupid')->group_by('groupid')$SphQL->from('torrents, delta')->limit(0,0,10000);
7
+$SphQL->select('groupid')->group_by('groupid')->from('torrents, delta')->limit(0,0,10000);
8
 $TGroups = $SphQL->query()->get_meta('total_found');
8
 $TGroups = $SphQL->query()->get_meta('total_found');
9
 
9
 
10
 $Cache->cache_value('sphinx_min_max_matches', 2*($TTorrents-$TGroups));
10
 $Cache->cache_value('sphinx_min_max_matches', 2*($TTorrents-$TGroups));

Loading…
Cancel
Save