Closed adamreichold closed 2 years ago
Uses the package_search endpoint instead of the package_list/show endpoints which is significantly faster, e.g. 3s instead of 21s to harvest 723 datasets with 100 per request and a concurrency of 3.
package_search
package_list/show
Uses the
package_search
endpoint instead of thepackage_list/show
endpoints which is significantly faster, e.g. 3s instead of 21s to harvest 723 datasets with 100 per request and a concurrency of 3.