[Koha-cvs] koha/misc/cronjobs zebraqueue_start.pl [rel_3_0]

LAURIN arnaud alaurin at ouestprovence.fr
Tue Jan 16 09:50:21 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	LAURIN arnaud <alaurin>	07/01/16 08:50:21

Modified files:
	misc/cronjobs  : zebraqueue_start.pl 

Log message:
	new zebra_queue list modified for OP

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/misc/cronjobs/zebraqueue_start.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.1&r2=1.1.2.2

Patches:
Index: zebraqueue_start.pl
===================================================================
RCS file: /sources/koha/koha/misc/cronjobs/Attic/zebraqueue_start.pl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- zebraqueue_start.pl	20 Dec 2006 16:45:59 -0000	1.1.2.1
+++ zebraqueue_start.pl	16 Jan 2007 08:50:20 -0000	1.1.2.2
@@ -16,9 +16,9 @@
 my $delsth=$dbh->prepare("delete from zebraqueue where id =?");
 
 
-AGAIN:
+#AGAIN:
 
-my $wait=C4::Context->preference('zebrawait') || 1;
+#my $wait=C4::Context->preference('zebrawait') || 120;
 my $verbose = 0;
 
 my ($id,$biblionumber,$operation,$server,$marcxml);
@@ -58,9 +58,9 @@
     $delsth->execute($id) if ($ok==1);
 }
 
-print "sleeping for $wait seconds now\n" if $verbose;
-sleep $wait;
-goto AGAIN;
+#print "sleeping for $wait seconds now\n" if $verbose;
+#sleep $wait;
+#goto AGAIN;
 
 sub zebrado {
     





More information about the Koha-cvs mailing list