Revert "Image replies limits are apparently fixed."

This reverts commit a92f4261a544f35c151eabce1809982c473d4341.
This commit is contained in:
Nicolas Stepien 2012-09-03 21:30:51 +02:00
parent 36f15b4c8c
commit c0a7bcee67
2 changed files with 6 additions and 6 deletions

View File

@ -4360,11 +4360,11 @@
case 'v':
case 'co':
case 'mlp':
return 250;
return 251;
case 'vg':
return 370;
return 376;
default:
return 150;
return 151;
}
})();
return Main.callbacks.push(this.node);

View File

@ -3457,11 +3457,11 @@ ThreadStats =
@imgLimit =
switch g.BOARD
when 'a', 'b', 'v', 'co', 'mlp'
250
251
when 'vg'
370
376
else
150
151
Main.callbacks.push @node
node: (post) ->
return if post.isInlined