Commit 0467a62740d10e60f2655a73db333fe41d5c07d9

Authored by Evandro Jr
1 parent cdca25dc

save_harvest_time at the end of a harverst

plugins/virtuoso/lib/virtuoso_plugin/dspace_harvest.rb
... ... @@ -60,6 +60,7 @@ class VirtuosoPlugin::DspaceHarvest
60 60 raise ex
61 61 end
62 62 end
  63 + save_harvest_time_settings(harvest_time)
63 64 puts "ending harvest #{harvest_time}"
64 65 end
65 66  
... ...