Skip to content

Commit

Permalink
lower refresh interval
Browse files Browse the repository at this point in the history
  • Loading branch information
s-egge committed Jul 25, 2024
1 parent d1201a7 commit 7c92463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default {
url: process.env.VUE_APP_HOST_ADDRESS,
modifiedDateUnix: 0,
timeDiffUnix: 0,
refreshInterval: 600, // 10 minutes refresh interval. Time in seconds (lower for debug)
refreshInterval: 300, // 5 minutes refresh interval. Time in seconds (lower for debug)
inactivityTimeout: 30000, // 30 seconds of inactivity. Time in milliseconds
inactivityTimer: null,
mediaList: [],
Expand Down

0 comments on commit 7c92463

Please sign in to comment.