Skip to content

Commit

Permalink
fix: extend the expiration time of xlog
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei committed Jun 28, 2023
1 parent 8c1a631 commit 363920c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/widgets/xlog/XLogSummary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const XLogSummary: FC<{
},
{
enabled: !!cid,
cacheTime: 10000,
staleTime: 1000 * 60 * 60 * 24 * 7,
},
)

Expand Down

0 comments on commit 363920c

Please sign in to comment.