Don't hardcode thread limit in ServerBootstrap
authorSara Golemon <sgolemon@fb.com>
Wed, 24 Jun 2015 17:48:20 +0000 (10:48 -0700)
committerSara Golemon <sgolemon@fb.com>
Wed, 24 Jun 2015 18:06:13 +0000 (11:06 -0700)
commit2c111cff3015b80a86ab16d3f1edee934bc25e59
tree715005f612e77269101d8660825dde61ed07465f
parent5637418f8b3852a5467b0a7f6f201436628c50ee
Don't hardcode thread limit in ServerBootstrap

Summary: This was set to 32 which probably works fine for the
majority of FB servers, but not everyone's system is so endowed.

Closes #119

Reviewed By: @fredemmott

Differential Revision: D2187008
folly/wangle/bootstrap/ServerBootstrap.h