Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacobomara901 committed Oct 23, 2024
1 parent 9787d16 commit 5e00464
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file modified code/koha_export/koha_export.jar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -1370,10 +1370,11 @@ private static void processCourseReserves(Connection dbConn, Connection kohaConn
}
private static int updateRecords(Connection dbConn, Connection kohaConn, String singleWorkId) {
int totalChanges = 0;


try {
//Get the time the last extract was done
logger.info("Starting to load changed records from Koha using the Database connection");
logEntry.addNote("Starting to load changed records from Koha using the Database connection");
long lastKohaExtractTime = indexingProfile.getLastUpdateOfChangedRecords();
if (lastKohaExtractTime == 0) {
lastKohaExtractTime = new Date().getTime() / 1000 - 24 * 60 * 60;
Expand Down
Binary file modified code/reindexer/reindexer.jar
Binary file not shown.

0 comments on commit 5e00464

Please sign in to comment.