vaphes / pocketbase

PocketBase client SDK for python
https://pypi.org/project/pocketbase/
MIT License
332 stars 38 forks source link

Added ability to set client timeout. #32

Closed joshmcculloch closed 1 year ago

joshmcculloch commented 1 year ago

I'm using pocketbase to push telemetry over a 4G connection. Sometimes the requests fail due to clitches in connectivity. I find 120 sec is too long to block before retrying; so I have added the ability to set a timeout when creating the client.