Skip to content

Commit

Permalink
increasing receive timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdemarzi committed Jun 15, 2013
1 parent 0726323 commit ae830d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/neography/connection.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ def initialize(options = ENV['NEO4J_URL'] || {})
save_local_configuration(config)
@client = HTTPClient.new
@client.send_timeout = 1200 # 10 minutes
@client.receive_timeout = 1200
end

def configure(protocol, server, port, directory)
Expand Down

0 comments on commit ae830d8

Please sign in to comment.