Browse Source

Grunt shell buffer size

pull/5180/head
Ruud 10 years ago
parent
commit
881a6133e4
  1. 3
      Gruntfile.js

3
Gruntfile.js

@ -72,7 +72,8 @@ module.exports = function(grunt){
shell: {
runCouchPotato: {
command: 'python CouchPotato.py'
command: 'python CouchPotato.py',
maxBuffer: 1048576
}
},

Loading…
Cancel
Save