Skip to content

Commit

Permalink
fix: reduce interval
Browse files Browse the repository at this point in the history
  • Loading branch information
jaulz committed Mar 13, 2023
1 parent 4a66f7e commit fb8a502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default function cresateNavigarePlugin(options: Options = {}): Plugin {
const resolvedOptions: ResolvedOptions = {
routes: Adapter.Laravel,
configuration: Adapter.Laravel,
interval: 15000,
interval: 45 * 1000,
buildId: Date.now(),
...options,
}
Expand Down

0 comments on commit fb8a502

Please sign in to comment.