Skip to content

Commit 4e7e146

Browse files
mjorasfacebook-github-bot
authored andcommitted
Use tokenless pacer in hq
Summary: As in title. Reviewed By: yangchi, lnicco Differential Revision: D24224520 fbshipit-source-id: 54d0ad2e0e680d8de7c474630db4c1cf125f1da0
1 parent 488e25a commit 4e7e146

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

proxygen/httpserver/samples/hq/HQParams.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@ void initializeTransportSettings(HQParams& hqParams) {
325325
hqParams.transportSettings.shouldUseRecvmmsgForBatchRecv = true;
326326
hqParams.transportSettings.advertisedInitialMaxStreamsBidi = 100;
327327
hqParams.transportSettings.advertisedInitialMaxStreamsUni = 100;
328+
hqParams.transportSettings.tokenlessPacer = true;
328329
} // initializeTransportSettings
329330

330331
void initializeHttpSettings(HQParams& hqParams) {

0 commit comments

Comments
 (0)