You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(config): add support for timeout and retry config
- introduces two new extension parameters:
- `TYPESENSE_CONNECTION_TIMEOUT_SECONDS`
- `TYPESENSE_RETRY_INTERVAL_SECONDS`
- updates `config.js` to parse values from environment variables
- replaces random timeout values with user-defined config in `createTypesenseClient.js`
- improves predictability and customizability of Typesense client behavior
0 commit comments