Image replies limits are apparently fixed.
This commit is contained in:
parent
40a51b8892
commit
a92f4261a5
@ -4370,11 +4370,11 @@
|
||||
case 'v':
|
||||
case 'co':
|
||||
case 'mlp':
|
||||
return 251;
|
||||
return 250;
|
||||
case 'vg':
|
||||
return 376;
|
||||
return 370;
|
||||
default:
|
||||
return 151;
|
||||
return 150;
|
||||
}
|
||||
})();
|
||||
return Main.callbacks.push(this.node);
|
||||
|
||||
@ -3467,11 +3467,11 @@ ThreadStats =
|
||||
@imgLimit =
|
||||
switch g.BOARD
|
||||
when 'a', 'b', 'v', 'co', 'mlp'
|
||||
251
|
||||
250
|
||||
when 'vg'
|
||||
376
|
||||
370
|
||||
else
|
||||
151
|
||||
150
|
||||
Main.callbacks.push @node
|
||||
node: (post) ->
|
||||
return if post.isInlined
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user