RobotsAndPencils/buford

Slow sending 50000+ push

Closed this issue · 0 comments

for i := 0; i < len(js.Tokens); i++ { tok := js.Tokens[i] if tok != "" { id, err := service.Push(token, nil, p) } }
Slow sending. What can you think up to speed sending?