googleforgames / open-saves

Open Saves is a cloud native data store for game development.
Apache License 2.0
220 stars 23 forks source link

Update the configuration variable for MinIdleConns #430

Closed ghost closed 11 months ago

ghost commented 11 months ago

What happened: The config variable that is defined in the service.yaml file for setting the minIdleConns of the redis client has not been renamed when the code was refactor a while back. It should say redis_min_idle_conns instead of redis_max_idle.

What you expected to happen: Right variable name in the yaml file.

How to reproduce it (as minimally and precisely as possible): Not a bug, simply confusing when configuring the service.

Anything else we need to know?:

Environment: