diff options
Diffstat (limited to 'mbbsd/read.c')
-rw-r--r-- | mbbsd/read.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/read.c b/mbbsd/read.c index 0a1e7197..a54aa614 100644 --- a/mbbsd/read.c +++ b/mbbsd/read.c @@ -169,7 +169,7 @@ TagPruner(int bid) if (getans("刪除所有標記[N]?") != 'y') return READ_REDRAW; #ifdef SAFE_ARTICLE_DELETE - if(bp && !(currmode & MODE_DIGEST) && bp->nuser>100 ) + if(bp && !(currmode & MODE_DIGEST) && bp->nuser>30 ) safe_delete_range(currdirect, 0, 0); else #endif |