Skip to content

Commit

Permalink
Merge "High wm and low wm have same values. Changing the Low wm for d…
Browse files Browse the repository at this point in the history
…ebug to 30000 Partial-Bug:#1509112" into R2.20
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Nov 6, 2015
2 parents 6d0b5b9 + 4668a10 commit 804e3a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/cpp/sandesh_client.cc
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 804e3a0

Please sign in to comment.