- Issue created by @vikramsaini1609
Hi, @vikramsaini1609.
Translations download process starts by cron. We suggest to tune up your cron schedule to meet your requirements.
Also, bumping limit directly is not a solution. Yes, you can set it as 100000 but this is not ideal. You would need to implement pagination (N `searchTranslationSubmissions ` calls with different offsets) to get that amount of items you need to deliver.