update for tech summit workshop

This commit is contained in:
David
2020-09-23 14:46:48 -04:00
parent a651b9cd73
commit a066ed3bd1
8 changed files with 149 additions and 4 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import (
)
func main() {
rl, err := http.NewMaxConcurrencyRateLimiter(10)
rl, err := http.NewMaxConcurrencyRateLimiter(50)
if err != nil {
log.Fatal(err)
}