remove timeout

This commit is contained in:
proddy
2024-08-30 11:06:44 +02:00
parent 2ce728d03f
commit 21b75ef392

View File

@@ -8,7 +8,7 @@ export const ACCESS_TOKEN = 'access_token';
export const alovaInstance = createAlova({ export const alovaInstance = createAlova({
statesHook: ReactHook, statesHook: ReactHook,
timeout: 3000, // 3 seconds before throwing a timeout error // timeout: 3000, // 3 seconds before throwing a timeout error, default is 0 = none
cacheFor: null, // disable cache cacheFor: null, // disable cache
// cacheFor: { // cacheFor: {
// GET: { // GET: {