typesense / typesense-js

JavaScript / TypeScript client for Typesense
https://typesense.org/docs/api
Apache License 2.0
414 stars 75 forks source link

fix: allow numRetries = 0 #230

Closed ycouble closed 3 weeks ago

ycouble commented 1 month ago

Change Summary

Fixed the way numRetries is set during configuration. WAS: if falsy then use fallback (i.e. use node config, or eventually default value of 3) NOW: use fallback only if undefined

PR Checklist

jasonbosco commented 3 weeks ago

Published in v2.0.0-6.

Thank you for the PR!