log
liuxiaolong
2019-10-26 009993ce8c44faf51d729c0108194cac0ed7b506
EsApi.go
@@ -7,6 +7,7 @@
    "strconv"
    "strings"
   "sync"
   "time"
   "basic.com/pubsub/protomsg.git"
        )
@@ -427,15 +428,11 @@
            next_scroll_id = nextSources["scroll_id"].(string)
         }
         fmt.Println(len(capturetable))
      }()
   }
   wg.Wait()
   //fmt.Println("lenth_all: ", len(capturetable))
   //fmt.Println("耗时:", time.Since(ts))
   fmt.Println("lenth_all: ", len(capturetable))
   return capturetable
}