Import posts through API (time delay)

I am trying to transfer data from an old forum in Discourse through the API. But after making several requests (I pause for 1 second between requests), I get the error, “You make too many requests, wait 16 seconds, …”

Is it possible to temporarily disable such a check somewhere?

1 Like

Unless the forum is very small, it’s almost certainly better to do that with an import script. See scripts/import.

But this might answer the question that you asked: Global rate limits and throttling in Discourse

5 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.