Revert "Image replies limits are apparently fixed."
This reverts commit a92f4261a544f35c151eabce1809982c473d4341.
This commit is contained in:
parent
36f15b4c8c
commit
c0a7bcee67
@ -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);
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user