diff --git a/examples/example-gateway/config/test.yaml b/examples/example-gateway/config/test.yaml index 7836df898..1cc629e48 100644 --- a/examples/example-gateway/config/test.yaml +++ b/examples/example-gateway/config/test.yaml @@ -121,4 +121,5 @@ circuitbreaking-configurations: sleepWindowInMilliseconds: 1000 errorPercentThreshold: 30 requestVolumeThreshold: 25 - maxConcurrentRequests: 30 \ No newline at end of file + maxConcurrentRequests: 30 +dedicated.tchannel.client: true \ No newline at end of file