maxiaoshan 3 years ago
parent
commit
d0ebe424b1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/task.go

+ 1 - 1
src/task.go

@@ -751,7 +751,7 @@ func SaveResult() {
 			}
 			if len(savearr) > 500 {
 				tmps := savearr
-				MgoE.SaveBulk("luataskinfo_test", tmps...)
+				MgoE.SaveBulk("luataskinfo", tmps...)
 				savearr = []map[string]interface{}{}
 			}
 			lock.Unlock()