removed telemetry switch from configuration

This commit is contained in:
2026-04-30 18:43:22 +08:00
parent ab2a06e810
commit 4d9a424528
14 changed files with 22 additions and 56 deletions
@@ -32,7 +32,6 @@ abstract class AbstractBasicAuthServerTest : AbstractServerTest() {
override fun setUp() {
this.cacheDir = testDir.resolve("cache")
cfg = Configuration.of(
false,
"127.0.0.1",
getFreePort(),
false,
@@ -143,7 +143,6 @@ abstract class AbstractTlsServerTest : AbstractServerTest() {
serverPath,
false,
emptyList(),
false,
100,
Configuration.EventExecutor(false),
Configuration.RateLimiter(true, 0x100000, 50),
@@ -37,7 +37,6 @@ class NoAuthServerTest : AbstractServerTest() {
serverPath,
false,
emptyList(),
false,
100,
Configuration.EventExecutor(false),
Configuration.RateLimiter(true, 0x100000, 50),
@@ -2,7 +2,7 @@
<rbcs:server xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
xmlns:rbcs="urn:net.woggioni.rbcs.server"
xs:schemaLocation="urn:net.woggioni.rbcs.server jpms://net.woggioni.rbcs.server/net/woggioni/rbcs/server/schema/rbcs-server.xsd"
enable-telemetry="true" path="/my/custom/path">
path="/my/custom/path">
<bind host="127.0.0.1" port="11443" incoming-connections-backlog-size="22" proxy-protocol="true">
<trusted-proxies>
<allow cidr="192.168.0.11/32"/>