From a045d238e3d3b4d6ae4f55f2e1876ac8b89f8903 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Sun, 19 Aug 2012 22:55:39 +0200 Subject: [PATCH] Update image limit for /vg/ according to >>>/q/116439 --- 4chan_x.user.js | 2 +- script.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 518e38337..66fbddcae 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -4346,7 +4346,7 @@ case 'mlp': return 251; case 'vg': - return 501; + return 376; default: return 151; } diff --git a/script.coffee b/script.coffee index 2584ef6b6..e6e074260 100644 --- a/script.coffee +++ b/script.coffee @@ -3453,7 +3453,7 @@ ThreadStats = when 'a', 'b', 'v', 'co', 'mlp' 251 when 'vg' - 501 + 376 else 151 Main.callbacks.push @node