Skip to content

Commit

Permalink
Oh crap, iz caturday ok?
Browse files Browse the repository at this point in the history
  • Loading branch information
macournoyer committed Jul 14, 2008
1 parent 9d28641 commit f67fb18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/thin/backends/base.rb
Expand Up @@ -39,6 +39,7 @@ def initialize
@persistent_connection_count = 0
@maximum_connections = Server::DEFAULT_MAXIMUM_CONNECTIONS
@maximum_persistent_connections = Server::DEFAULT_MAXIMUM_PERSISTENT_CONNECTIONS
@no_epoll = false
end

# Start the backend and connect it.
Expand Down
2 changes: 1 addition & 1 deletion lib/thin/server.rb
Expand Up @@ -86,7 +86,7 @@ class Server
def_delegator :backend, :socket

# Disable the use of epoll under Linux
def_delegator :backend, :no_epoll, :no_epoll=
def_delegators :backend, :no_epoll, :no_epoll=

def initialize(*args, &block)
host, port, options = DEFAULT_HOST, DEFAULT_PORT, {}
Expand Down

3 comments on commit f67fb18

@raggi
Copy link
Contributor

@raggi raggi commented on f67fb18 Jul 15, 2008

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That’s one of the top commit messages evar! :-P

@ELLIOTTCABLE
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<3

@macournoyer
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

http://www.postthisinc.com/images/thumbs/caturday.jpg

Please sign in to comment.