TomBursch / kitchenowl

KitchenOwl is a self-hosted grocery list and recipe manager. The backend is made with Flask and the frontend with Flutter. Easily add items to your shopping list before you go shopping. You can also create recipes and add items based on what you want to cook.
https://kitchenowl.org/
GNU Affero General Public License v3.0
1.12k stars 62 forks source link

fix: increase scrape timeout to 15s #454

Closed w0s1nsk1 closed 1 month ago

w0s1nsk1 commented 1 month ago

Hi, I really like this app but the first issue that I faced is that even if backend returns scraped recipe, frontend app shows error. I've looked to your code and after increasing timeout of scraper, recipie was finally shown in frontend app. I think that 15s is enough for backend to respond.

I think that this PR can fix #447

TomBursch commented 1 month ago

Thanks!