frankzhao / SubmissionApp

0 stars 0 forks source link

Slow access on local network #6

Closed frankzhao closed 10 years ago

frankzhao commented 10 years ago

Accessing the server on a local network seems to be very slow. Possible fix is to disable reverse lookup for WEBrick. This seems to make it much speedier on my local tests.

~/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/config.rb

set :DoNotReverseLookup => true

Can someone confirm whether this fixes the speed issue?

frankzhao commented 10 years ago

Moved to BuckShlegeris/SubmissionApp