Skip to content

Commit

Permalink
Check every 20 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
kemzops committed Mar 15, 2023
1 parent 15ba0f7 commit 4bcdc90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/preload/audio_window.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ window.addEventListener('DOMContentLoaded', async (e) => {

while (true) {

await new Promise(resolve => setTimeout(resolve, 30000));
await new Promise(resolve => setTimeout(resolve, 20000));
let audioJson = fs.readJsonSync(path.join(App_Path, './data/audio_window.json'));
let location = fs.readJsonSync(path.join(App_Path, './data/location.json'));
let settings = fs.readJsonSync(path.join(App_Path, './data/settings.json'));
Expand Down

0 comments on commit 4bcdc90

Please sign in to comment.