diff --git a/dbTools/profile.js b/dbTools/profile.js index 4e25975..c293c60 100644 --- a/dbTools/profile.js +++ b/dbTools/profile.js @@ -311,7 +311,7 @@ userDB = (DB) => { //Courses DB.getCourses = async () => { let r = await DB.profileCols.find({isGroup: true, isCourse: true}) - .sort({ lastUpdate: -1 }).limit(10) + .sort({ lastUpdate: -1 }).limit(20) .toArray().catch((err) => { console.log(err); return false;