about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-02-17 12:17:50 -0800
committerEric Wong <normalperson@yhbt.net>2012-02-17 12:17:50 -0800
commit55365e01dc0b2b5db01441004f4c6921d1fd04d6 (patch)
treefb03e219eb6b8893be9b112f441ca51fc268e5ca
parent83305f7e52f95d9aea63de2afa0cf8f2616c2ced (diff)
downloadmogilefs-client-55365e01dc0b2b5db01441004f4c6921d1fd04d6.tar.gz
:noverify always defaults to _true_ (meaning verification is
_off_ by default).  This double negative is unfortunately
a confusing part of the existing API and MogileFS protocol.
-rw-r--r--lib/mogilefs/mogilefs.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mogilefs/mogilefs.rb b/lib/mogilefs/mogilefs.rb
index 898c0de..75a3936 100644
--- a/lib/mogilefs/mogilefs.rb
+++ b/lib/mogilefs/mogilefs.rb
@@ -114,7 +114,7 @@ class MogileFS::MogileFS < MogileFS::Client
   # - :pathcount -> a positive integer of URLs to retrieve (default: 2)
   # - :zone -> "alt" or nil (default: nil)
   #
-  # :noverify defaults to false because this client library is capable of
+  # :noverify defaults to true because this client library is capable of
   # verifying paths for readability itself.  It is also faster and more
   # reliable to verify paths on the client.
   def get_paths(key, *args)