# File lib/thinking_sphinx/configuration.rb, line 245 def client client = Riddle::Client.new address, port client.max_matches = configuration.searchd.max_matches || 1000 client.timeout = timeout || 0 client end