From c1adba90b5092c9adc5594d59927362afb070e07 Mon Sep 17 00:00:00 2001 From: Robin Edwards Date: Mon, 8 Aug 2011 12:10:17 +0100 Subject: ammended error in synopsis --- lib/Net/Riak.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/Net/Riak.pm b/lib/Net/Riak.pm index 61f73aa..f2a9403 100644 --- a/lib/Net/Riak.pm +++ b/lib/Net/Riak.pm @@ -42,7 +42,6 @@ sub bucket { my $client = Net::Riak->new( host => 'http://10.0.0.40:8098', ua_timeout => 900, - disable_return_body => 1 ); # Or PBC interface. @@ -115,7 +114,7 @@ timeout for L in seconds, defaults to 3. Disable returning of object content in response in a store operation. -If set to true and the object has siblings these will not be available without an additional fetch. +If set to true and the object has siblings these will not be available without an additional fetch. This will become the default behaviour in 0.17 -- cgit v1.2.3