Skip to content

Commit

Permalink
High wm and low wm have same values. Changing the Low wm for debug
Browse files Browse the repository at this point in the history
to 30000
Partial-Bug:#1509112

Change-Id: I7f09b4ac512bbb30df8254dfed7da91f7aa0c7ad
  • Loading branch information
arvindvis committed Nov 25, 2015
1 parent 64628fd commit 581678d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/cpp/sandesh_client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const std::vector<Sandesh::QueueWaterMarkInfo>
(50000, SandeshLevel::SYS_ERR, true, false)
(10000, SandeshLevel::SYS_DEBUG, true, false)
(75000, SandeshLevel::SYS_ERR, false, false)
(10000, SandeshLevel::SYS_DEBUG, false, false)
(30000, SandeshLevel::SYS_DEBUG, false, false)
(2500, SandeshLevel::INVALID, false, false);

SandeshClient::SandeshClient(EventManager *evm,
Expand Down

0 comments on commit 581678d

Please sign in to comment.