Put thumbnail creation inside spawn_blocking()
This can take milliseconds or even several seconds for huge inputs, while the rule of thumb is <100us between await points.
Edited by Lambda
This can take milliseconds or even several seconds for huge inputs, while the rule of thumb is <100us between await points.