ponasromas
ponasromas
Slow upload issue exist also on simple Nginx server (4GB KVM VPS / NVMe drives). No matter nginx configuration, but files larger then ~10 MB tend to upload insanely slow....
Update on the problem: when file uploading without chunking, it uploads much faster. This: `$bytesUploaded = $client->setKey($uploadKey)->file($fileMeta['tmp_name'], $file_uid . '_' . $file_prefix . '_' . $fileMeta['name'])->upload();` Vs this: ``` $client->setKey($uploadKey)->file($fileMeta['tmp_name'],...
Just do not use chunked upload. That fixed the problem for me and upload goes maximum.
Gmail allows multi-session logins. But in our case I see another problem - it's not possible to identify that I'am logged in as admin to a user account. This leads...
Function "canLeaveImpersonation()" works and returns true. But function "leaveImpersonation()" does nothing at all. I use login with username. Do I understand correctly: function "canLeaveImpersonation" checks whatever user was logged in...
Hey Ocram, unfortunately no. I deployed my beta version of system to production and now other things matter more than this. But non-the-less, this function would be handy to have...
Bumping this old thread and vouching for function that allows user status manipulation :) . Thank you Ocram!
If you considering to implement garbage collection, you should think about converting DB from MyISAM to InnoDB.
Are you kidding to send solution in screenshot?
Could you drop some simple example? I've tried with Apache proxy but with null results.