Update documentation

Added note with the limit of 1000 harvest sources
This commit is contained in:
rnoerenberg 2016-11-16 16:02:12 +01:00
parent e7c03855ca
commit ff1b861f1b
2 changed files with 3 additions and 2 deletions

View File

@ -190,7 +190,8 @@ The following operations can be run from the command line as described underneat
but keeps the source itself
harvester clearsource_history [{source-id}]
- If no source id is given the history for all harvest sources will be cleared.
- If no source id is given the history for all harvest sources (maximum is 1000)
will be cleared.
Clears all jobs and objects related to a harvest source, but keeps the source
itself. The datasets imported from the harvest source will **NOT** be deleted!!!
If a source id is given, it only clears the history of the harvest source with

View File

@ -30,7 +30,7 @@ class Harvester(CkanCommand):
but keeps the source itself
harvester clearsource_history [{source-id}]
- If no source id is given the history for all harvest sources will be cleared.
- If no source id is given the history for all harvest sources (maximum is 1000) will be cleared.
Clears all jobs and objects related to a harvest source, but keeps the source itself.
The datasets imported from the harvest source will NOT be deleted!!!
If a source id is given, it only clears the history of the harvest source with the given source id.