From 881a6133e487579b54fd955f8d8e4f2b50fcc1cb Mon Sep 17 00:00:00 2001 From: Ruud Date: Sat, 30 May 2015 22:52:37 +0200 Subject: [PATCH] Grunt shell buffer size --- Gruntfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 27b83e0..e31387e 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -72,7 +72,8 @@ module.exports = function(grunt){ shell: { runCouchPotato: { - command: 'python CouchPotato.py' + command: 'python CouchPotato.py', + maxBuffer: 1048576 } },