increase timeout value for streamQuery to avoid contention with streamScale during jpeg playback

This commit is contained in:
Andrew Bauer 2021-01-10 13:02:07 -06:00 committed by Isaac Connor
parent a761b9c0ff
commit 4dea379673
1 changed files with 1 additions and 1 deletions

View File

@ -894,7 +894,7 @@ function initPage() {
}
} else {
progressBarNav();
streamCmdTimer = setTimeout(streamQuery, 250);
streamCmdTimer = setTimeout(streamQuery, 500);
if ( canStreamNative ) {
if ( !$j('#imageFeed') ) {
console.log('No element with id tag imageFeed found.');