Skip to content

Commit

Permalink
up send timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdemarzi committed Apr 11, 2013
1 parent f0bc117 commit 5c18437
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 @@ -15,6 +15,7 @@ def initialize(options = ENV['NEO4J_URL'] || {})
config = merge_configuration(options)
save_local_configuration(config)
@client = HTTPClient.new
@client.send_timeout = 1200 # 10 minutes
end

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

0 comments on commit 5c18437

Please sign in to comment.