[open-ils-commits] r10828 - trunk/Open-ILS/src/perlmods/OpenILS/Application

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Oct 13 23:08:16 EDT 2008


Author: erickson
Date: 2008-10-13 23:08:14 -0400 (Mon, 13 Oct 2008)
New Revision: 10828

Modified:
   trunk/Open-ILS/src/perlmods/OpenILS/Application/Ingest.pm
Log:
disconnect to free up the cstore backend

Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/Ingest.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Ingest.pm	2008-10-14 02:39:13 UTC (rev 10827)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Ingest.pm	2008-10-14 03:08:14 UTC (rev 10828)
@@ -274,6 +274,7 @@
 	$cstore->request( 'open-ils.cstore.direct.biblio.record_entry.update' => $bib )->gather(1);
 
 	$cstore->request( 'open-ils.cstore.transaction.commit' )->gather(1) || return undef;;
+    $cstore->disconnect;
 
 	return $bib->id;
 }



More information about the open-ils-commits mailing list