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
For my project I'm currently using an external service to resize our images, for this I did overwrite the asset URL definition so it calls the URL directly of the external service instead of using PHP to execute the transform.
Currently in the control panel the concurrency is being limited to like 5 images at the time, I'd like to have the ability to increase this to at least 100 or go unlimited. This is because there really is no concurrency bottleneck at the resizing service however it can take up to 1 second for an image to be resized.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi!
For my project I'm currently using an external service to resize our images, for this I did overwrite the asset URL definition so it calls the URL directly of the external service instead of using PHP to execute the transform.
Currently in the control panel the concurrency is being limited to like 5 images at the time, I'd like to have the ability to increase this to at least 100 or go unlimited. This is because there really is no concurrency bottleneck at the resizing service however it can take up to 1 second for an image to be resized.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions