LOG_EVERY_N instead of every time
authorScott Michelson <sdmich@fb.com>
Sat, 28 Oct 2017 00:33:45 +0000 (17:33 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Sat, 28 Oct 2017 00:39:55 +0000 (17:39 -0700)
commitf72422ccaade8480b0449217dd7f1833a902db85
tree11a6c209d1d89f00d53c401a4528b6039c51e0a1
parentd89c342ab6b905d2a6bfba7317eac41d44077d65
LOG_EVERY_N instead of every time

Summary: when queues fill, this starts blowing up, affecting server performance and making logs useless. It's useful to know queues are full, but we don't need the log every time we try to append

Reviewed By: yfeldblum

Differential Revision: D6175784

fbshipit-source-id: b4e6966087c4a6f9fba51d7f9193b9f41e13b899
folly/io/async/AsyncServerSocket.cpp