Skip to content

Commit

Permalink
Reset refreshinterval
Browse files Browse the repository at this point in the history
  • Loading branch information
solderq35 authored Apr 16, 2024
1 parent 4898890 commit 5ca25d7
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 @@ -40,7 +40,7 @@ export default {
url: process.env.VUE_APP_HOST_ADDRESS,
modifiedDateUnix: 0,
timeDiffUnix: 0,
refreshInterval: 20 // 10 minutes refresh interval. Time in seconds (lower for debug)
refreshInterval: 600 // 10 minutes refresh interval. Time in seconds (lower for debug)
}
},
methods: {
Expand Down

0 comments on commit 5ca25d7

Please sign in to comment.