From 2e779efb14dfe0f2ffc2167814f14eabd1a01094 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 10 Aug 2020 20:04:46 +0300 Subject: [PATCH] src/main/java: Adjust curation README DSpace 6 doesn't have the `-l` option to limit the cache size. --- src/main/java/io/github/ilri/cgspace/ctasks/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/io/github/ilri/cgspace/ctasks/README.md b/src/main/java/io/github/ilri/cgspace/ctasks/README.md index 571fe9c..d1a103d 100644 --- a/src/main/java/io/github/ilri/cgspace/ctasks/README.md +++ b/src/main/java/io/github/ilri/cgspace/ctasks/README.md @@ -60,10 +60,10 @@ countrycodetagger.iso3166-alpha2.field = cg.coverage.iso3166-alpha2 Once the jar is installed and you have added appropriate configuration in `~/dspace/config/modules`: ``` -$ ~/dspace/bin/dspace curate -t countrycodetagger -i 10568/3 -r - -l 500 -s object +$ ~/dspace/bin/dspace curate -t countrycodetagger -i 10568/3 -r - -s object ``` -*Note*: it is very important to set the cache limit (`-l`) and the database transaction scope to something sensible (`object`) if you're curating a community or collection with more than a few hundred items. +*Note*: it is very important to set the database transaction scope to something sensible (`object`) if you're curating a community or collection with more than a few hundred items. ## TODO