1、增加转发到测试服务器的功能

This commit is contained in:
weidong 2024-02-05 14:06:19 +08:00
parent 3fd43578e8
commit e05ca8ba9b

View File

@ -38,7 +38,7 @@ public class SaasForwarder extends Forwarder{
@PostConstruct
void registerMe(){
init(FORWARDER_NAME, "TCP "+host+":"+port,1,false,30);
init(FORWARDER_NAME, "TCP "+host+":"+port,0,false,30);
tcpClient = new TCPClient();
tcpClient.init(host, port);
tcpClient.start();