Skip to content

Commit

Permalink
Fixed whitespace and indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
lr-paul committed Oct 21, 2015
1 parent 188c60b commit fddaf58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions protofiles/configelements/AnubisConfig.proto
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ message AnubisConfig {

message RelayConfig {
optional string mediatorQueue = 1;
optional int32 mediatorQueueSize = 2;
optional int32 timeoutAutoSendMs = 4
optional int32 timeoutReceiveMs = 5;
optional int32 mediatorQueueSize = 2;
optional int32 timeoutAutoSendMs = 3;
optional int32 timeoutReceiveMs = 4;
}

message BiffConfig {
Expand Down

0 comments on commit fddaf58

Please sign in to comment.