Skip to content

Commit

Permalink
Merge pull request elastic#305 from Lucas-Caballero/fix-link-conf
Browse files Browse the repository at this point in the history
Updated with new names of Link fields.
  • Loading branch information
Lucas Caballero authored and Lucas Caballero committed Mar 26, 2015
2 parents a4caded + 176774d commit 4d37a96
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 4d37a96

Please sign in to comment.