xmunoz / sodapy

Python client for the Socrata Open Data API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation: Include `timeout` param in client example

johnclary opened this issue · comments

I'd like to suggest highlighting the timeout param it in the client example. As a data publisher I find that I almost always need to increase the timeout when upserting more than a 100 records, particularly when I'm chunking my payloads and hitting the API in quick succession.