From a8242bbb6c45d21642eac8a9616884ecef380605 Mon Sep 17 00:00:00 2001 From: Tagada <36127788+Tagadda@users.noreply.github.com> Date: Tue, 1 Aug 2023 04:27:26 +0200 Subject: [PATCH] Drop clustering in streaming API --- conf/glitchsoc-streaming.service | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/glitchsoc-streaming.service b/conf/glitchsoc-streaming.service index f63945e..bc5b00e 100644 --- a/conf/glitchsoc-streaming.service +++ b/conf/glitchsoc-streaming.service @@ -8,7 +8,6 @@ User=__APP__ WorkingDirectory=__INSTALL_DIR__/live Environment="NODE_ENV=production" Environment="PORT=__PORT_STREAM__" -Environment="STREAMING_CLUSTER_NUM=1" Environment="__YNH_NODE_LOAD_PATH__" ExecStart=__YNH_NODE__ ./streaming TimeoutSec=15