Skip to content

Commit

Permalink
Drastically reduce version poll interval, because it's not very impor…
Browse files Browse the repository at this point in the history
…tant
  • Loading branch information
myieye committed Oct 24, 2023
1 parent b68258e commit 7974fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const config = {
},
kit: {
version: {
pollInterval: 5000,
pollInterval: 60000 * 3, // 3m
},
adapter: adapter({
precompress: true
Expand Down

0 comments on commit 7974fcb

Please sign in to comment.