deardurham / dear-petition

Petition form generation app to streamline expunction process in North Carolina
https://deardurham.org
MIT License
11 stars 15 forks source link

Make extended timeout specific to /batch/{pk}/ GET requests #479

Closed rebecca-draben closed 4 months ago

rebecca-draben commented 5 months ago

And set default timeout back to previous value

robert-w-gries commented 5 months ago

Which endpoint(s) do you want to keep the increased timeout for? You can add the timeout option here in the endpoint definition file. For example: https://github.com/deardurham/dear-petition/blob/master/src/service/api.js#L77

rebecca-draben commented 5 months ago

Ah, yes @robert-w-gries that does look better.