Viewing a single comment thread. View all comments

nitori wrote

Actually not quite yet, thumbnails are now failing to generate (since the response code returned is a 500) and it's not due to HTTP conflicting with CSP this time.

3

emma wrote

it's coz php runs out of memory. the thumbnailing code stores the raw bitmap in memory when doing its thing, and with such a large image, that's a lot of bits to be mapped.

3