TODO: extractor 的重构.
This commit is contained in:
@@ -45,7 +45,7 @@ func (oe *OpenrecExtractor) Execute() {
|
||||
runtime.GC()
|
||||
time.Sleep(time.Nanosecond)
|
||||
|
||||
source, err := store.Pop(string(intimate.TTOpenrecRanking), 100)
|
||||
source, err := store.Pop(string(intimate.TTOpenrecUser), 100)
|
||||
if err != nil {
|
||||
if err != lasterr {
|
||||
log.Println(err, lasterr)
|
||||
|
||||
Reference in New Issue
Block a user