Skip to content

Commit

Permalink
updated CREDITS section
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed May 2, 2014
1 parent 949ef4b commit 2f8f742
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/Mojo/IOLoop.pm
Expand Up @@ -299,11 +299,11 @@ L<Mojo::IOLoop> is a very minimalistic event loop based on L<Mojo::Reactor>,
it has been reduced to the absolute minimal feature set required to build
solid and scalable non-blocking TCP clients and servers.
Note that depending on operating system, the default per-process and
system-wide file descriptor limits are often very low and need to be tuned for
better scalability. The C<LIBEV_FLAGS> environment variable should also be
used to select the best possible L<EV> backend, which usually defaults to the
not very scalable C<select>.
Depending on operating system, the default per-process and system-wide file
descriptor limits are often very low and need to be tuned for better
scalability. The C<LIBEV_FLAGS> environment variable should also be used to
select the best possible L<EV> backend, which usually defaults to the not very
scalable C<select>.
LIBEV_FLAGS=1 # select
LIBEV_FLAGS=2 # poll
Expand Down
2 changes: 2 additions & 0 deletions lib/Mojolicious.pm
Expand Up @@ -777,6 +777,8 @@ Ask Bjoern Hansen
Audrey Tang
Ben Tyler
Ben van Staveren
Benjamin Erhart
Expand Down

0 comments on commit 2f8f742

Please sign in to comment.