diff --git a/src/cowboy_http_static.erl b/src/cowboy_http_static.erl index 547c0432..a98026de 100644 --- a/src/cowboy_http_static.erl +++ b/src/cowboy_http_static.erl @@ -20,6 +20,12 @@ %% used for small or temporary environments where it is not preferrable to set %% up a second server just to serve files. %% +%% If this handler is used the Erlang node running the cowboy application must +%% be configured to use an async thread pool. This is configured by adding the +%% `+A $POOL_SIZE' argument to the `erl' command used to start the node. See +%% +%% this reply from the OTP team to erlang-bugs +%% %% == Base configuration == %% %% The handler must be configured with a request path prefix to serve files