Skip to content

Commit

Permalink
Support port override for cacheclient py
Browse files Browse the repository at this point in the history
Summary: As title, this allow IG server to use mcrouter with different port inside container.

Reviewed By: ghostonhuang, vrishal

Differential Revision: D49627015

fbshipit-source-id: 9b47cf140acff5e20a7773fe14dd9bb04b97e629
  • Loading branch information
disylh authored and facebook-github-bot committed Sep 28, 2023
1 parent c999785 commit 99fbb26
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ struct ExternalCarbonConnectionImplOptions {
size_t maxOutstanding{0};
bool maxOutstandingError{false};
uint16_t portOverride{0};
uint16_t thriftPortOverride{0};
bool enableLogging{false};
uint32_t hourlyLogRate{3600};
uint32_t maxLogBurstSize{500};
Expand Down

0 comments on commit 99fbb26

Please sign in to comment.