game-chronicle / game-chronicle-app

A simple gaming journal with automatic game detection.
https://www.gamechronicle.app
1 stars 0 forks source link

Query functions retry on error leading to "longer" loading times #11

Closed ItsCentric closed 1 month ago

ItsCentric commented 1 month ago

svelte-query's query functions retry by default. This causes the data to "load" for longer and create a worse experience for the user. This can be avoided by optimizing the settings for svelte-query to not retry on error unless needed.