mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-14 13:33:08 +00:00
DS-4440 GDPR - Anonymize statistics feature - feedback
This commit is contained in:
@@ -104,7 +104,7 @@ public class AnonymizeStatistics {
|
||||
options.addOption(
|
||||
builder(SLEEP_OPTION)
|
||||
.longOpt("sleep")
|
||||
.desc("Sleep a certain time between each solr request")
|
||||
.desc("Sleep a certain time given in milliseconds between each solr request")
|
||||
.hasArg(true)
|
||||
.build()
|
||||
);
|
||||
@@ -134,7 +134,7 @@ public class AnonymizeStatistics {
|
||||
|
||||
if (commandLine.hasOption(HELP_OPTION)) {
|
||||
printHelp(options);
|
||||
System.exit(0);
|
||||
System.exit(-1);
|
||||
}
|
||||
|
||||
if (commandLine.hasOption(SLEEP_OPTION)) {
|
||||
|
@@ -363,7 +363,7 @@
|
||||
<name>anonymize-statistics</name>
|
||||
<description>Anonymize the ip values of the solr statistics</description>
|
||||
<step>
|
||||
<class>com.atmire.dspace.statistics.AnonymizeStatistics</class>
|
||||
<class>org.dspace.statistics.AnonymizeStatistics</class>
|
||||
</step>
|
||||
</command>
|
||||
</commands>
|
||||
|
Reference in New Issue
Block a user