mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-04-05 20:52:50 +08:00
use 1000 per batch
This commit is contained in:
parent
366f522a2d
commit
2b9aab3442
@ -8,7 +8,7 @@ import (
|
|||||||
"github.com/go-redis/redis/v8"
|
"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 {
|
func insertChild(ctx context.Context, client redis.UniversalClient, key string, name string) error {
|
||||||
data, err := client.Get(ctx, key).Result()
|
data, err := client.Get(ctx, key).Result()
|
||||||
|
Loading…
Reference in New Issue
Block a user