We're trying to up our connection pool size with C...
# spicedb
r
We're trying to up our connection pool size with CockroachDB. I'm seeing in documentation that "datastore-conn-max-open" is deprecated (we're running v1.18.0). I also see there is now ReadConnPool.MaxOpenConns and WriteConnPool.MaxOpenConns. How do we set those? We'd be setting this through yaml.
5 Views