From 8e8334c080b28c063723b3b4a8b851164bb4aa4b Mon Sep 17 00:00:00 2001 From: csoler Date: Sun, 15 Mar 2020 13:15:33 +0100 Subject: [PATCH] removed sleep in p3GxsTunnel::tick() since it is not needed and causes unwanted delays --- src/gxstunnel/p3gxstunnel.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gxstunnel/p3gxstunnel.cc b/src/gxstunnel/p3gxstunnel.cc index 08ca943a6..543817ffc 100644 --- a/src/gxstunnel/p3gxstunnel.cc +++ b/src/gxstunnel/p3gxstunnel.cc @@ -113,8 +113,6 @@ int p3GxsTunnelService::tick() flush() ; - rstime::rs_usleep(1000*500); - return 0 ; }