lib/tunemygc/syncer.rb in tunemygc-1.0.1 vs lib/tunemygc/syncer.rb in tunemygc-1.0.2
- old
+ new
@@ -4,10 +4,10 @@
require 'certified'
require 'timeout'
module TuneMyGc
class Syncer
- TIMEOUT = 10 #seconds
+ TIMEOUT = 20 #seconds
ENVIRONMENT = [ENV['RUBY_GC_TOKEN'], RUBY_VERSION, Rails.version, ENV.select {|k,v| k =~ /RUBY_GC_/ }, TuneMyGc::VERSION, GC::OPTS, GC::INTERNAL_CONSTANTS].freeze
attr_reader :uri, :client
def initialize(host = TuneMyGc::HOST)
\ No newline at end of file