Skip to content

Commit

Permalink
fix: Refresh every minute
Browse files Browse the repository at this point in the history
  • Loading branch information
veryard committed Nov 4, 2024
1 parent 2073bce commit d3d9f12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import type {

const diskProviderConfigSchema = z.object({
type: z.literal('disk'),
refreshInterval: z.coerce.number().default(5 * 1000),
refreshInterval: z.coerce.number().default(60 * 1000),
});

export function createDiskProvider(
Expand Down

0 comments on commit d3d9f12

Please sign in to comment.