removed sleep in p3GxsTunnel::tick() since it is not needed and causes unwanted delays

This commit is contained in:
csoler 2020-03-15 13:15:33 +01:00
parent 69413e2bfe
commit 8e8334c080

View File

@ -113,8 +113,6 @@ int p3GxsTunnelService::tick()
flush() ;
rstime::rs_usleep(1000*500);
return 0 ;
}