Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

Commit

Permalink
Fix timeout duration who causes the re-connexion to the Netsoul server.
Browse files Browse the repository at this point in the history
  • Loading branch information
christiankakesa committed Jan 9, 2016
1 parent fde01eb commit f30a8a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/netsoul-ruby
Expand Up @@ -14,7 +14,7 @@ module Netsoul
class Client
include Logging

SOCKET_READ_TIMEOUT = 10 * 60
SOCKET_READ_TIMEOUT = 12 * 60
SOCKET_WRITE_TIMEOUT = 10

attr_reader :started
Expand Down
2 changes: 1 addition & 1 deletion lib/netsoul/version.rb
@@ -1,3 +1,3 @@
module Netsoul
VERSION = '1.5.0'.freeze
VERSION = '1.6.0'.freeze
end

0 comments on commit f30a8a0

Please sign in to comment.