From 176774d6a5bbab6e0932b606717e4baec33e8c9a Mon Sep 17 00:00:00 2001 From: Lucas Caballero Date: Wed, 25 Mar 2015 19:03:26 -0600 Subject: [PATCH] Updated with new names of Link fields. --- protofiles/LinkConfig.proto | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/protofiles/LinkConfig.proto b/protofiles/LinkConfig.proto index a54964c7df726..883605533b69d 100644 --- a/protofiles/LinkConfig.proto +++ b/protofiles/LinkConfig.proto @@ -8,6 +8,7 @@ option java_outer_classname = "LinkConfigMsg"; message LinkConfig { optional int64 webHeartbeatIntervalMs = 1; - optional int32 searchInputPort = 2; - optional int32 searchResultForwardingPort = 3; + optional int32 webUIBrokerPort = 2; + optional int32 webUIIndexerPort = 3; + optional string frontEndToSearchQueue = 4; }