Remove throttle options - not necessarily backwards compatible (although they were never documented), but would prefer to have it blow up loudly if someone is using them

Andrew Kane committed Aug 19, 2016
commit be3d03fca31fb34a7fab43339c1674fa2402629a
Showing 1 changed file with 0 additions and 12 deletions
ahoy.rb b/lib/ahoy.rb +0 -12
@@ @@ -72,18 +72,6 @@ module Ahoy
mattr_accessor :mount
self.mount = true
- # no longer used
- mattr_accessor :throttle
- self.throttle = true
-
- # no longer used
- mattr_accessor :throttle_limit
- self.throttle_limit = 20
-
- # no longer used
- mattr_accessor :throttle_period
- self.throttle_period = 1.minute
-
mattr_accessor :job_queue
self.job_queue = :ahoy