From 01fcb4f7e53ffbf7faa4b218b4bc1428bcfc6abb Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Thu, 14 May 2020 17:34:57 +0100 Subject: [PATCH] Fixed comment --- src/components/viewComponents/streamDisplay.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/viewComponents/streamDisplay.vue b/src/components/viewComponents/streamDisplay.vue index 16ba9dcd..f2eebe7f 100644 --- a/src/components/viewComponents/streamDisplay.vue +++ b/src/components/viewComponents/streamDisplay.vue @@ -181,7 +181,7 @@ export default { if (this.$store.state.globalSettings.autoGpuPreview == true) { // Start the preview immediately this.safePreviewRequest(true); - // Send another start preview request after 1 second + // Send another start preview request after a timeout /* The internal logic of this component means that a stop GPU preview request will only ever be sent if ALL stream components are invisible.