From be478ae5044ab616a7112405428781678b8826f7 Mon Sep 17 00:00:00 2001 From: icedream Date: Fri, 16 Oct 2015 08:23:37 +0200 Subject: [PATCH] Another small CPU save by turning off logging for (almost) everything TS3. --- services/ts3client.iced | 1 + 1 file changed, 1 insertion(+) diff --git a/services/ts3client.iced b/services/ts3client.iced index af1688f..1292384 100644 --- a/services/ts3client.iced +++ b/services/ts3client.iced @@ -211,6 +211,7 @@ module.exports = class TS3ClientService extends services.Service [ "Chat", "IndicateChannelChats", "0" ] [ "Chat", "IndicatePrivateChats", "0" ] [ "Chat", "IndicateServerChats", "0" ] + [ "ClientLogView", "LogLevel", "000001" ] [ "FileTransfer", "SimultaneousDownloads", "2" ] [ "FileTransfer", "SimultaneousUploads", "2" ] [ "FileTransfer", "UploadBandwidth", "0" ]