diff options
| -rw-r--r-- | apps/web/lib/query-client.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/lib/query-client.ts b/apps/web/lib/query-client.ts index 1e500a0..421fc3a 100644 --- a/apps/web/lib/query-client.ts +++ b/apps/web/lib/query-client.ts @@ -16,7 +16,7 @@ export function createQueryClient() { refetchOnWindowFocus: false, }, mutations: { - networkMode: "offlineFirst", + networkMode: "online", gcTime: TWENTY_FOUR_HOURS_IN_MILLISECONDS, }, }, |