remove a left over comment in marvel_index_template.json and used the proper output settings for grunt

This commit is contained in:
Boaz Leskes 2014-11-12 23:37:09 +01:00
parent 9017e0e0a9
commit 67c1c5833a
2 changed files with 1 additions and 2 deletions

View file

@ -185,7 +185,6 @@
}
}
},
//thread_pool.listener.completed
"thread_pool": {
"properties": {
"listener": {

View file

@ -35,9 +35,9 @@ module.exports = function (config) {
options: {
stdout: true,
failOnError: true,
maxBuffer: 10 * 1024 * 1024,
execOptions: {
cwd: '<%= agentDir %>',
maxBuffer: 1024 * 1024 * 1024,
}
},
},