Commit f4815953 authored by Upliner's avatar Upliner

Raise query count

parent 6c0c3920
...@@ -86,7 +86,7 @@ func main() { ...@@ -86,7 +86,7 @@ func main() {
var tmx float64 var tmx float64
existingVids := queryItems(conn) existingVids := queryItems(conn)
fmt.Println("Items queried") fmt.Println("Items queried")
cnt := 100000 cnt := 1000000
fmt.Println("Running writer") fmt.Println("Running writer")
go func() { go func() {
conn := GetTTConnn(os.Args[1]) conn := GetTTConnn(os.Args[1])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment