Skip to content

Commit

Permalink
Make DEFAULT_WORKERS_JOIN_TIMEOUT 20s instead of 30s
Browse files Browse the repository at this point in the history
Reviewed By: maalbash, sazonovkirill

Differential Revision: D45924625

fbshipit-source-id: ea8966e48cbfed2255cfefcf08d33ea19234675d
  • Loading branch information
praihan authored and facebook-github-bot committed May 17, 2023
1 parent 7ba95ca commit bf191ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ class ThriftServerConfig {
std::chrono::milliseconds(60000);

static constexpr std::chrono::seconds DEFAULT_WORKERS_JOIN_TIMEOUT =
std::chrono::seconds(30);
std::chrono::seconds(20);

/// Listen backlog
static constexpr int DEFAULT_LISTEN_BACKLOG = 1024;
Expand Down

0 comments on commit bf191ea

Please sign in to comment.