I've recently upgraded to osticket v1.15.3.1.
Unfortunately, a few days later, I've noticed that I'm no longer able to upload attachments larger than 256 kB.
In PHP, I have the following settings (confirmed by phpinfo):
post_max_size = 50M
php.ini:upload_max_filesize = 50M
In Settings -> Tickets -> Configuration, I have maximum attachment size set to 50 mb, the largest value available.
There is no error in the log.
When I try to upload an attachment larger than 256 kB, I see a popup saying "File is too large undefined" - as on the attached screenshot. 
Please let me know how to debug this, because right now, our workflow is seriously broken.