diff --git a/manifester/manifester.py b/manifester/manifester.py index d9fc74d..b5b086d 100644 --- a/manifester/manifester.py +++ b/manifester/manifester.py @@ -339,7 +339,7 @@ def trigger_manifest_export(self): Starts the export job, monitors the status of the job, and downloads the manifest on successful completion of the job. """ - MAX_REQUESTS = 50 + MAX_REQUESTS = 500 SUCCESS_CODE = 200 data = { "headers": {"Authorization": f"Bearer {self.access_token}"},