about summary refs log tree commit homepage
path: root/lib/yahns/config.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/yahns/config.rb')
-rw-r--r--lib/yahns/config.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/yahns/config.rb b/lib/yahns/config.rb
index 1d4d110..d38c090 100644
--- a/lib/yahns/config.rb
+++ b/lib/yahns/config.rb
@@ -225,7 +225,6 @@ class Yahns::Config # :nodoc:
   # global
   def client_expire_threshold(val)
     var = _check_in_block(nil, :client_expire_threshold)
-    val > 0 or raise ArgumentError, "#{var} must be > 0"
     case val
     when Float
       val <= 1.0 or raise ArgumentError, "#{var} must be <= 1.0 if a ratio"