Chris Page

Results 27 comments of Chris Page

I'm getting the same - makes it a little useless when PHP-FPM stops responding

Just to update with this one for anyone else searching, I managed to resolve using BusyBox `timeout` command in my Kubernetes liveness probe... ```yaml livenessProbe: exec: command: - timeout -...

@xriser do you find PHP-FPM becomes unresponsive often? I'm having problems where the node will restart about 10 times a day due to PHP-FPM not responding

Same here. I was just looking at setting up authentication logging but putting it directly through the controllers isn't ideal 👎

To achieve this there would need to be 'chunked' uploading. Right now it just uploads everything on save - when you've got a lot of large images this can be...

I'm experiencing the same issue. This is something that has been raised with Nova Flexible Content too. Would be great if a fix could be implemented between eachother.

Hi @ebess - agreed. I've actually downloaded [optix/media](https://github.com/optixsolutions/laravel-media) which I feel conforms much more nicely. I'm in the progress of writing a field plugin for this package, taking inspiration off...

@shalvah thanks for the heads up. I'll take a look at this package 👍 Having a quick play and I can see there isn't actually a need for this PR...

@fgarit-te thank you very much - worked for me! @DimosthenisK - I suspect this is the root cause! Again, thank you 👍