mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-14 00:16:21 +00:00
57c17d3157
Updated utilsController.bulkDeleteFiles() to chunk opeartion by a max of 999 values (which is SQLite's default var limit). However, there's a risk of hitting SQLITE_BUSY since we attempt to delete chunks all at once (as can be seen by how we use Promise.all instead of patiently waiting the chunks one by one). However, I'm not really sure why, but the operations will still be finished eventually, so I'll let that be for now (?). Fixed a silly concat in albumsController.js. |
||
---|---|---|
.. | ||
albumsController.js | ||
authController.js | ||
permissionController.js | ||
tokenController.js | ||
uploadController.js | ||
utilsController.js |