1、增加转发到测试服务器的功能
This commit is contained in:
parent
3fd43578e8
commit
e05ca8ba9b
@ -38,7 +38,7 @@ public class SaasForwarder extends Forwarder{
|
|||||||
|
|
||||||
@PostConstruct
|
@PostConstruct
|
||||||
void registerMe(){
|
void registerMe(){
|
||||||
init(FORWARDER_NAME, "TCP "+host+":"+port,1,false,30);
|
init(FORWARDER_NAME, "TCP "+host+":"+port,0,false,30);
|
||||||
tcpClient = new TCPClient();
|
tcpClient = new TCPClient();
|
||||||
tcpClient.init(host, port);
|
tcpClient.init(host, port);
|
||||||
tcpClient.start();
|
tcpClient.start();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user