From bf366cdad02fb7cffc0b93f0814844e641b0048e Mon Sep 17 00:00:00 2001 From: csehviktor Date: Tue, 8 Jul 2025 14:30:43 +0200 Subject: [PATCH] delete config --- server/config.toml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 server/config.toml diff --git a/server/config.toml b/server/config.toml deleted file mode 100644 index 48308a6..0000000 --- a/server/config.toml +++ /dev/null @@ -1,24 +0,0 @@ -[storage] -sqlite = true # if set to false, broker will use memory (not optimal for production) -db_path = "_db/" - -[mqtt] -id = 0 - -[mqtt.router] -id = 0 -max_connections = 10010 -max_outgoing_packet_count = 200 -max_segment_size = 104857600 -max_segment_count = 10 - -[mqtt.v4.1] -name = "v4-1" -listen = "0.0.0.0:1883" -next_connection_delay_ms = 1 - -[mqtt.v4.1.connections] -connection_timeout_ms = 60000 -max_payload_size = 20480 -max_inflight_count = 100 -dynamic_filters = true