From 98e4ca6997162df605671f622ac20e164d8536e8 Mon Sep 17 00:00:00 2001 From: Thulinma Date: Thu, 21 Jan 2021 23:13:10 +0100 Subject: [PATCH] Fixed sanitycheck output --- src/output/output_sanitycheck.cpp | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/output/output_sanitycheck.cpp b/src/output/output_sanitycheck.cpp index 3444b356..fb79d98c 100644 --- a/src/output/output_sanitycheck.cpp +++ b/src/output/output_sanitycheck.cpp @@ -7,11 +7,11 @@ namespace Mist{ OutSanityCheck::OutSanityCheck(Socket::Connection &conn) : Output(conn){ streamName = config->getString("streamname"); - if (config->getOption("fakepush", true).size()){ - pushMultiplier = config->getInteger("fakepush"); - if (!allowPush("testing")){onFinish();} - return; - } + //if (config->getOption("fakepush", true).size()){ + //pushMultiplier = config->getInteger("fakepush"); + // if (!allowPush("testing")){onFinish();} + // return; + //} parseData = true; wantRequest = false; initialize(); @@ -80,12 +80,14 @@ namespace Mist{ config = cfg; } + /* void OutSanityCheck::requestHandler(){ if (!pushing){ Output::requestHandler(); return; } } + */ void OutSanityCheck::sendNext(){ if (M.getLive()){