typesense / typesense-java

Java client for Typesense
https://typesense.org/docs/latest/api/
Apache License 2.0
60 stars 29 forks source link

Add readTimeout property to Configuration #43

Closed nathan-shields closed 1 year ago

nathan-shields commented 1 year ago

Change Summary

Addresses https://github.com/typesense/typesense-java/issues/39 by adding readTimeout to Configuration. We add a new constructor, so there should be no issues with backwards compatibility.

PR Checklist