Skip to content

Commit 481d2e2

Browse files
Update src/context/pickocontext/PickoContext.tsx
Co-authored-by: Copilot <[email protected]>
1 parent 071925f commit 481d2e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/context/pickocontext/PickoContext.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const PickoProvider: React.FC<PickoProviderProps> = ({ children }) => {
5353
}
5454
},
5555
retry: false,
56-
staleTime: 30 * 3600, // 30 minutes
56+
staleTime: 30 * 60 * 1000, // 30 minutes
5757
});
5858

5959
return (

0 commit comments

Comments
 (0)