You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a new source file with a large number of strings and translations, the time to get a response from the Crowdin API is often over 60 seconds, leading to regular cURL errors.
Would it be possible to expose this variable for editing?
I've solved this issue locally by modifying:
line 18 -- CurlHttpClient.php
protected $timeout = 60;
But with every production build, my vendor folder gets reset, so this change is ephemeral.
The text was updated successfully, but these errors were encountered:
When creating a new source file with a large number of strings and translations, the time to get a response from the Crowdin API is often over 60 seconds, leading to regular cURL errors.
Would it be possible to expose this variable for editing?
I've solved this issue locally by modifying:
line 18 -- CurlHttpClient.php
protected $timeout = 60;
But with every production build, my vendor folder gets reset, so this change is ephemeral.
The text was updated successfully, but these errors were encountered: