From: Peter Rabbitson Date: Tue, 24 May 2016 08:43:18 +0000 (+0200) Subject: This piece of doc has been incorrect since c354902c X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=47e6d13a64b4fb3ab2c89670afe895c240814abf This piece of doc has been incorrect since c354902c --- diff --git a/lib/DBIx/Class/Storage/DBI/Replicated/Balancer/Random.pm b/lib/DBIx/Class/Storage/DBI/Replicated/Balancer/Random.pm index 6b430f4..f06875e 100644 --- a/lib/DBIx/Class/Storage/DBI/Replicated/Balancer/Random.pm +++ b/lib/DBIx/Class/Storage/DBI/Replicated/Balancer/Random.pm @@ -20,10 +20,6 @@ Given a pool (L) of replicated database's (L), defines a method by which query load can be spread out across each replicant in the pool. -This Balancer uses L keyword 'shuffle' to randomly pick an active -replicant from the associated pool. This may or may not be random enough for -you, patches welcome. - =head1 ATTRIBUTES This class defines the following attributes.