increate max_records to 10
authorDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 18 Apr 2012 13:05:50 +0000 (15:05 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 18 Apr 2012 13:05:50 +0000 (15:05 +0200)
server.pl

index 8d7494e..cb710be 100755 (executable)
--- a/server.pl
+++ b/server.pl
@@ -21,7 +21,7 @@ my $databases = {
        'GOOGLEBOOKS' => 'GoogleBooks',
 };
 
        'GOOGLEBOOKS' => 'GoogleBooks',
 };
 
-my $max_records = 3; # XXX configure this
+my $max_records = 10; # XXX configure this
 my $max_result_sets = 10;
 
 sub diag {
 my $max_result_sets = 10;
 
 sub diag {