From 154cdaeb5da970354aa0459b2760962c63eb2c3d Mon Sep 17 00:00:00 2001 From: IceOfWraith <96364530+IceOfWraith@users.noreply.github.com> Date: Fri, 7 Apr 2023 21:21:37 -0500 Subject: [PATCH] Update TeamSpeak 3 (#333) There is a bug with AMP's Telnet implementation that causes a large spike in CPU usage in the AMP process. This is a temporary fix that solves the spike, but will prevent managing the server using the Console tab in AMP. --- teamspeak3.kvp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teamspeak3.kvp b/teamspeak3.kvp index 86f4ee5..2954c65 100644 --- a/teamspeak3.kvp +++ b/teamspeak3.kvp @@ -29,7 +29,7 @@ App.ExitMethod=OS_CLOSE App.ExitTimeout=30 App.ExitString=stop App.ExitFile=app_exit.lck -App.HasWriteableConsole=True +App.HasWriteableConsole=False App.HasReadableConsole=True App.SupportsLiveSettingsChanges=False App.LiveSettingChangeCommandFormat=set {0} "{1}" @@ -42,7 +42,7 @@ App.UniversalSleepSteamQueryPortRef= App.MaxUsers=32 App.UseRandomAdminPassword=True App.RemoteAdminPassword= -App.AdminMethod=TelnetRCON +App.AdminMethod=STDIO App.RCONConnectDelaySeconds=5 App.RCONConnectRetrySeconds=5 App.UpdateSources=[{"UpdateStageName":"TeamSpeak 3 Windows","UpdateSourcePlatform":"Windows","UpdateSource":"FetchURLFromJQ","UpdateSourceData":"https://teamspeak.com/versions/server.json","UpdateSourceArgs":"$['windows']['x86_64']['mirrors']['teamspeak.com']","UnzipUpdateSource":true,"OverwriteExistingFiles":true,"DeleteAfterExtract":true},{"UpdateStageName":"TeamSpeak 3 Linux","UpdateSourcePlatform":"Linux","UpdateSource":"FetchURLFromJQ","UpdateSourceData":"https://teamspeak.com/versions/server.json","UpdateSourceArgs":"$['linux']['x86_64']['mirrors']['teamspeak.com']","UnzipUpdateSource":true,"OverwriteExistingFiles":true,"DeleteAfterExtract":true},{"UpdateStageName":"Create Symlink","UpdateSourcePlatform":"Linux","UpdateSource":"Executable","UpdateSourceData":"/bin/ln","UpdateSourceArgs":"-s {{$FullBaseDir}}teamspeak3-server_linux_amd64 {{$FullBaseDir}}teamspeak3-server_win64"},{"UpdateStageName":"Config File Download","UpdateSourcePlatform":"All","UpdateSource":"FetchURL","UpdateSourceData":"https://github.com/CubeCoders/AMPTemplates/raw/main/teamspeak3server.ini","UpdateSourceTarget":"{{$FullBaseDir}}teamspeak3-server_win64/","OverwriteExistingFiles":false}]