mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-12 23:17:44 +00:00
small tweaks
This commit is contained in:
parent
288c7dc3ec
commit
77a6f67c7b
2 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ func SchedulerCmd(ctx context.Context) *cobra.Command {
|
|||
}
|
||||
defer db.Close()
|
||||
|
||||
redis, err := cmdutil.NewRedisLocksClient(ctx, 16)
|
||||
redis, err := cmdutil.NewRedisLocksClient(ctx, 64)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
|
@ -24,7 +24,7 @@ services:
|
|||
# Redis (locks)
|
||||
- type: redis
|
||||
name: srv.redis.locks
|
||||
plan: standard plus
|
||||
plan: pro
|
||||
maxmemoryPolicy: noeviction
|
||||
ipAllowList: []
|
||||
|
||||
|
|
Loading…
Reference in a new issue