use JSONPrefs;
use Getopt::Long;
-my $batch_size = 100;
+my $batch_size = 10;
my $lower_bound = 0;
my $result = GetOptions("lower-bound=i" => \$lower_bound,
#my $dsn = "dbi:Pg:database=" . $egdbi->database;
#my $dsn = "dbi:Pg:database=rel_2_4_1_20130821_auth_v3";
-my $dsn = "dbi:Pg:database=rel_2_4_1_20130816_200bib_kcls_v6";
+my $dsn = "dbi:Pg:database=evergreen";
#if ($egdbi->host) {
# $dsn .= ";host=" . $egdbi->host;
#}
-$dsn .= ";host=192.168.0.202";
+$dsn .= ";host=10.1.6.11";
#if ($egdbi->port) {
# $dsn .= ";port=" . $egdbi->port;
#my $dbh = DBI->connect($dsn,$egdbi->user,$egdbi->password);
-my $dbh = DBI->connect($dsn,"evergreen","evergreen");
+my $dbh = DBI->connect($dsn,"evergreen","as.oi76tqyh!a$");
my $q = <<END_OF_Q;
SELECT id
This readme will tell you how to run the linking.
+make sure JSONPrefs.pm is in the perl folder
+
First you must modify authority_control_fields_batcher.pl with your database information and the size
of the batches you wish to run.