Browse Source
feat: add pool_maxsize parameter to connection managers
feat: add pool_maxsize parameter to connection managers
Introduces the `pool_maxsize` parameter to `KeycloakOpenID` and `KeycloakAdmin` classes, allowing control over the underlying connection pool size in the `ConnectionManager`. Adds corresponding tests to verify the parameter is correctly passed and stored for both synchronous and asynchronous clients.pull/651/head
Failed to extract signature
9 changed files with 77 additions and 4 deletions
-
4docs/source/modules/admin.rst
-
3docs/source/modules/openid_client.rst
-
25src/keycloak/connection.py
-
6src/keycloak/keycloak_admin.py
-
7src/keycloak/keycloak_openid.py
-
4src/keycloak/openid_connection.py
-
6tests/conftest.py
-
16tests/test_keycloak_admin.py
-
10tests/test_keycloak_openid.py
Write
Preview
Loading…
Cancel
Save
Reference in new issue