mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 13:29:41 +02:00
Revert "feat(app): 1s staleTime to avoid sending repeated requests" (#639)
This commit is contained in:
parent
c331ada086
commit
7aa9f8b1c3
10 changed files with 14 additions and 4 deletions
|
@ -88,7 +88,6 @@ export function createQueryClient() {
|
|||
defaultOptions: {
|
||||
queries: {
|
||||
networkMode: 'offlineFirst',
|
||||
staleTime: 1000, // 1s stale time by default
|
||||
},
|
||||
},
|
||||
mutationCache: new MutationCache({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue