Skip to content

Commit

Permalink
Added queue size as configurable parameters for writer/feedback queue…
Browse files Browse the repository at this point in the history
…s (disk packet capture)
  • Loading branch information
Kjell Hedstrom committed Jun 20, 2014
1 parent dd97bbe commit b18d2d7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion protofiles/BaseConfMsg.proto
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,13 @@ message BaseConf {
optional string flowReportInterval = 48;
optional string esIndexerQueueSize = 49;
optional string syslogQueue = 50;
optional string diskpacketwriterQueueSize = 51;
optional string diskpacketwriterFeedbackQueueSize = 52;

// REMEMBER to add any new parameters to the unit test at

// REMEMBER to :
// 1. Add Default validation for ANY new parameter you add above
// 2. add any new parameters to the unit test at
// Research/test/ConfBaseValidationTests.cpp :
// ValidateAllFieldsSetInvalidOnXLowerBound
// ValidateAllFieldsSetInvalidOnXUpperBound
Expand Down

0 comments on commit b18d2d7

Please sign in to comment.