Speed up uploads by avoiding calls to the database
This removes a select across the whole table by ensuring we generate a media ID which is highly unlikely to conflict with the database.
Please register or sign in to comment
This removes a select across the whole table by ensuring we generate a media ID which is highly unlikely to conflict with the database.