/co/ has an image limit of 250.

This commit is contained in:
Nicolas Stepien 2012-06-13 20:17:38 +02:00
parent 2e186e553f
commit a3e352acb2
2 changed files with 3 additions and 2 deletions

View File

@ -3531,8 +3531,9 @@
switch (g.BOARD) {
case 'a':
case 'b':
case 'mlp':
case 'v':
case 'co':
case 'mlp':
return 251;
case 'vg':
return 501;

View File

@ -2693,7 +2693,7 @@ ThreadStats =
@posts = @images = 0
@imgLimit =
switch g.BOARD
when 'a', 'b', 'mlp', 'v'
when 'a', 'b', 'v', 'co', 'mlp'
251
when 'vg'
501