Index: branches/robchurch/reports/includes/DefaultSettings.php |
— | — | @@ -1380,7 +1380,7 @@ |
1381 | 1381 | * Pages smaller than this number of bytes will be |
1382 | 1382 | * considered "short" for the purpose of Special:Shortpages |
1383 | 1383 | */ |
1384 | | -$wgShortPagesThreshold = 100 * 1024; |
| 1384 | +$wgShortPagesThreshold = 250; |
1385 | 1385 | |
1386 | 1386 | /** |
1387 | 1387 | * Maps jobs to their handling classes; extensions |