set/page 0 switches off paging
authorminima <minima>
Mon, 7 May 2001 16:03:19 +0000 (16:03 +0000)
committerminima <minima>
Mon, 7 May 2001 16:03:19 +0000 (16:03 +0000)
Changes
cmd/set/page.pl
perl/cluster.pl

diff --git a/Changes b/Changes
index 8a2cde4a8db064c3292d5c577ed6883e6d1a09d6..29dcca4de04157fbc691dc9a366ae241b47b3d80 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+07May01=======================================================================
+1. set/page 0 switches off paging
 03May01=======================================================================
 1. It appears that for ages now, not enough PC19 and PC16s are being sent
 if you have more than one of them. Sigh..
index cb997c93059a7fe4c7d94ea25bea0062cf9a93c9..6b5097593de42b8ac448b6144cf13a6c5f3f8bd8 100644 (file)
@@ -7,8 +7,7 @@
 #
 my $self = shift;
 my $l = shift;
-$l = 20 if $l == 0;
-$l = 10 if $l < 10;
+$l = 10 if $l < 10 && $l > 0;
 $self->pagelth($l);
 $self->user->pagelth($l);
 return (1, $self->msg('pagelth', $l));
index 9c7557bf4fb02b79a8ae974187a31bcdc7099555..98fdbb187491697c32bccbb5e030bcbf645d489c 100755 (executable)
@@ -100,7 +100,7 @@ use vars qw(@inqueue $systime $version $starttime $lockfn @outstanding_connects
 
 @inqueue = ();                                 # the main input queue, an array of hashes
 $systime = 0;                                  # the time now (in seconds)
-$version = "1.47";                             # the version no of the software
+$version = "1.48";                             # the version no of the software
 $starttime = 0;                 # the starting time of the cluster   
 #@outstanding_connects = ();     # list of outstanding connects
 @listeners = ();                               # list of listeners