Skip to content

Commit

Permalink
make checks much less frequent, per min vs per second
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Apr 23, 2024
1 parent 2451332 commit d03344e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dicom-connect/table.js
Expand Up @@ -273,7 +273,7 @@ function initialize() {
clearInterval(updateSeriesStatus);
}
console.log('running')
}, 1000);
}, 60000);
})
break;
case 'instances':
Expand Down

0 comments on commit d03344e

Please sign in to comment.