Image replies limits are apparently fixed.

This commit is contained in:
Nicolas Stepien 2012-09-02 01:02:41 +02:00
parent 40a51b8892
commit a92f4261a5
2 changed files with 6 additions and 6 deletions

View File

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

View File

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