Skip to content

Commit

Permalink
Updated with new names of Link fields.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Caballero committed Mar 26, 2015
1 parent a4caded commit 176774d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions protofiles/LinkConfig.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 176774d

Please sign in to comment.