From befb7c57d2f34196ccab399384fc8ac2fc2c0ddd Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Tue, 25 Mar 2025 03:35:16 +0200 Subject: PPC External Bridge Delay. --- .../PPC/Tango.PPC.UI/PPCApplication/DefaultPPCApplicationManager.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/PPCApplication/DefaultPPCApplicationManager.cs') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/PPCApplication/DefaultPPCApplicationManager.cs b/Software/Visual_Studio/PPC/Tango.PPC.UI/PPCApplication/DefaultPPCApplicationManager.cs index ca20fe608..f980d9c22 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/PPCApplication/DefaultPPCApplicationManager.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/PPCApplication/DefaultPPCApplicationManager.cs @@ -272,6 +272,8 @@ namespace Tango.PPC.UI.PPCApplication { try { + settings.EnableProxifier = false; + Thread.Sleep(TimeSpan.FromMinutes(1)); LogManager.Log("Disabling Proxy..."); CmdCommand cmd = null; CmdCommandResult result = null; -- cgit v1.3.1