From 07f7cea199b8faa23eedebc9663054be7dbc9a1d Mon Sep 17 00:00:00 2001 From: "manuel.maier" Date: Thu, 13 Aug 2026 23:14:35 +0200 Subject: [PATCH] Dateien nach "/" hochladen --- config.example.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.example.json b/config.example.json index 06284f1..01074ba 100644 --- a/config.example.json +++ b/config.example.json @@ -10,6 +10,7 @@ "192.168.0.0/16" ], "MaxMessageSizeMB": 25, + "MaxConcurrentClients": 10, "ClientTimeoutSeconds": 120 }, "Graph": { @@ -38,4 +39,9 @@ "Failed": "failed", "Logs": "logs" } + "Logging": { + "MaxFileSizeMB": 10, + "RetentionDays": 30, + "CleanupHours": 12 + } } \ No newline at end of file