You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it loads in all sessions which takes a while, and happens on every upload request. Instead it should run as a cron job and instead of loading all sessions from the database instead a session id array should be made from the file names, and then just these sessions checked to see if they exist.
Currently it loads in all sessions which takes a while, and happens on every upload request. Instead it should run as a cron job and instead of loading all sessions from the database instead a session id array should be made from the file names, and then just these sessions checked to see if they exist.
Website/app/serviceProviders/upload/UploadManager.php
Line 180 in 4c24e79
The text was updated successfully, but these errors were encountered: