mirror of https://github.com/icedream/ts3bot.git
Another small CPU save by turning off logging for (almost) everything TS3.
parent
47fa3e798c
commit
be478ae504
|
@ -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" ]
|
||||
|
|
Loading…
Reference in New Issue