]> git.sesse.net Git - nageru/commitdiff
Remove a metric that's irrelevant for Futatabi.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 24 Dec 2018 11:07:10 +0000 (12:07 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 24 Dec 2018 11:07:10 +0000 (12:07 +0100)
futatabi/main.cpp

index 73df3aa032f39598f497daeaa8eab7b17d33f8d4..3b6f8e3044b804d637bff98f026b1795db9aaace 100644 (file)
@@ -214,6 +214,7 @@ int main(int argc, char **argv)
        avformat_network_init();
        global_metrics.set_prefix("futatabi");
        global_httpd = new HTTPD;
+       global_metrics.remove("num_connected_multicam_clients");
 
        QCoreApplication::setAttribute(Qt::AA_ShareOpenGLContexts, true);