Skip to content

Commit

Permalink
Merge pull request elastic#342 from Robert-Weber/columboCaching
Browse files Browse the repository at this point in the history
Added cache parameters
  • Loading branch information
weberr13 committed Jun 1, 2015
2 parents b5a4c2a + ce16b2f commit a7cf83a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions protofiles/ColumboConfig.proto
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ message ColumboConfig {
optional int32 resendTranslationTableIntervalInMS = 2;
optional string requestBackend = 3;
optional int32 searchThreadpoolSize = 4;
optional int32 minutesToCache = 5;
optional int32 cacheSizeInRecords = 6;
}

0 comments on commit a7cf83a

Please sign in to comment.