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 'v':
|
||||||
case 'co':
|
case 'co':
|
||||||
case 'mlp':
|
case 'mlp':
|
||||||
return 250;
|
return 251;
|
||||||
case 'vg':
|
case 'vg':
|
||||||
return 370;
|
return 376;
|
||||||
default:
|
default:
|
||||||
return 150;
|
return 151;
|
||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
return Main.callbacks.push(this.node);
|
return Main.callbacks.push(this.node);
|
||||||
|
|||||||
@ -3457,11 +3457,11 @@ ThreadStats =
|
|||||||
@imgLimit =
|
@imgLimit =
|
||||||
switch g.BOARD
|
switch g.BOARD
|
||||||
when 'a', 'b', 'v', 'co', 'mlp'
|
when 'a', 'b', 'v', 'co', 'mlp'
|
||||||
250
|
251
|
||||||
when 'vg'
|
when 'vg'
|
||||||
370
|
376
|
||||||
else
|
else
|
||||||
150
|
151
|
||||||
Main.callbacks.push @node
|
Main.callbacks.push @node
|
||||||
node: (post) ->
|
node: (post) ->
|
||||||
return if post.isInlined
|
return if post.isInlined
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user