log
liuxiaolong
2019-10-26 009993ce8c44faf51d729c0108194cac0ed7b506
log
1个文件已修改
7 ■■■■ 已修改文件
EsApi.go 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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
}