use 1000 per batch

This commit is contained in:
Chris Lu 2021-10-04 01:03:40 -07:00
parent 366f522a2d
commit 2b9aab3442

View file

@ -8,7 +8,7 @@ import (
"github.com/go-redis/redis/v8"
)
const maxNameBatchSizeLimit = 5
const maxNameBatchSizeLimit = 1000
func insertChild(ctx context.Context, client redis.UniversalClient, key string, name string) error {
data, err := client.Get(ctx, key).Result()