increase timeout value for streamQuery to avoid contention with streamScale during jpeg playback
This commit is contained in:
parent
a761b9c0ff
commit
4dea379673
|
@ -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.');
|
||||
|
|
Loading…
Reference in New Issue