garbageman 0.2.4 → 0.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NDI0OGY5NzRjM2JmMDBmMjQ4YjBjY2ZjYzgwYzFhNWI0M2QxZTlmMQ==
4
+ NTU0OGJhZGVmOGJhNDE4MTBlODA0ODBmZTgyOTkxNDhlMjJiOGVjMA==
5
5
  data.tar.gz: !binary |-
6
- MTdmNGJiYThhYTIwYjUwYWFiM2I3ODQxZGQ5MzgzMjVmNDQ4NzFiMA==
6
+ NmFjYWYzMDdkNjUwYWQ3YjhiMzk1MDMyMjJkYjFjMTViZjlkYmRkMw==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NDMzNjNjZDgwYTU2ZTRjYzFiYjFiOGE3ODQyNDcyOWE0YWJkYjI5YmIxMTkw
10
- MDQ1MmQ3YmMzMThjOTY3YWVhOTdhNTVlYTlkMWU5N2JiODE0MmIwZmQ0ZDIw
11
- NjUwMTc2MWZjZTJmYmU3NjYxN2U2Y2Q0MWU2NjhjY2VmMTI3MTY=
9
+ M2JhZjkzNjdlNTg5YmFmZmMzOTQzYzFkMjFjYTE3NzZmNTdlMTY5ZTg4OThh
10
+ ZjgxZDYwZjRlNjAxNjliYzIyYmFmNWE3ZmRkZjZjYzNjZTdjMTJjY2QyZTcx
11
+ NWMwMDNmYTg3MzY3ZTMyNzUyMTk2ZDA2ZTViNzFkMmQ4YmQxOTM=
12
12
  data.tar.gz: !binary |-
13
- YTY1YWFhZTE2ZDRmNTdhMjRlZGFmZmY2ZjIwOTY0MGEzMmM1OTE5NTJlMjBj
14
- ZDlkZjNiZTc2YTY4YTQ1NDQ4YjJkMjk5ZWY4ZWJiMmUyYzhiMjZmZGRiODg1
15
- MWM4NmQ5YTkzNWI2M2FhYjQzMzNkOGM4ZTAxNzM3YjNlZWJkYmU=
13
+ ZDIwMjZlZTU3ZTk1OGUwMjlmZjhhY2NkZmFmNWVhNTg4ZjY1ZGMzZjQ3ZGI3
14
+ ZDg1YzJmYjU3MjllNDNhOGUyYjNmMjAzMWM1YzU1OGMwMjJmOTg4NGRhYTY5
15
+ MGVmYjBlYWQ2YmJjMDlkNmM5MDYxN2EzZmEzNjBhZmE1NjYwMDM=
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.4
1
+ 0.2.6
data/garbageman.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "garbageman"
8
- s.version = "0.2.4"
8
+ s.version = "0.2.6"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Doug Youch"]
@@ -44,8 +44,8 @@ module GarbageMan
44
44
  def self.min_servers_to_disable_gc=(n); @@min_servers_to_disable_gc = n; end
45
45
 
46
46
  # if we have not GC in 40 seconds turn back on GC
47
- @@max_time_without_gc = 40
47
+ @@max_time_without_gc = 60
48
48
  def self.max_time_without_gc; @@max_time_without_gc; end
49
- def self.max_time_without_gc=(time); @max_time_without_gc = time; end
49
+ def self.max_time_without_gc=(time); @@max_time_without_gc = time; end
50
50
  end
51
51
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: garbageman
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Doug Youch