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 4c4b7ce754
commit db42c7a973
No known key found for this signature in database
GPG Key ID: 7BCA522266C0804C

View File

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