mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-02 10:42:44 +00:00
Up number of brews compressed at once
This commit is contained in:
@@ -38,7 +38,7 @@ const junkBrewQuery = HomebrewModel.find({
|
|||||||
/* Search for brews that aren't compressed (missing the compressed text field) */
|
/* Search for brews that aren't compressed (missing the compressed text field) */
|
||||||
const uncompressedBrewQuery = HomebrewModel.find({
|
const uncompressedBrewQuery = HomebrewModel.find({
|
||||||
'textBin' : null
|
'textBin' : null
|
||||||
}).lean().limit(50).select('_id');
|
}).lean().limit(1000).select('_id');
|
||||||
|
|
||||||
router.get('/admin/cleanup', mw.adminOnly, (req, res)=>{
|
router.get('/admin/cleanup', mw.adminOnly, (req, res)=>{
|
||||||
junkBrewQuery.exec((err, objs)=>{
|
junkBrewQuery.exec((err, objs)=>{
|
||||||
|
|||||||
Reference in New Issue
Block a user