installer: do not enable V1 counters by default (#1555)

This commit is contained in:
Jan-Otto Kröpke
2024-08-10 14:39:11 +02:00
committed by GitHub
parent 0ada09ee3c
commit b2548e02bd
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@
<Property Id="ADD_FIREWALL_EXCEPTION" Secure="yes" />
<Property Id="ENABLE_V1_PERFORMANCE_COUNTERS" Secure="yes" Value="yes"/>
<Property Id="ENABLE_V1_PERFORMANCE_COUNTERS" Secure="yes" />
<Property Id="LISTEN_PORT" Secure="yes" Value="9182" />
<SetProperty Id="ListenFlag" After="InstallFiles" Sequence="execute" Value="--web.listen-address [LISTEN_ADDR]:[LISTEN_PORT]" Condition="LISTEN_ADDR&lt;&gt;&quot;&quot; OR LISTEN_PORT&lt;&gt;9182" />