mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
remove a left over comment in marvel_index_template.json and used the proper output settings for grunt
This commit is contained in:
parent
9017e0e0a9
commit
67c1c5833a
2 changed files with 1 additions and 2 deletions
|
@ -185,7 +185,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
//thread_pool.listener.completed
|
||||
"thread_pool": {
|
||||
"properties": {
|
||||
"listener": {
|
||||
|
|
|
@ -35,9 +35,9 @@ module.exports = function (config) {
|
|||
options: {
|
||||
stdout: true,
|
||||
failOnError: true,
|
||||
maxBuffer: 10 * 1024 * 1024,
|
||||
execOptions: {
|
||||
cwd: '<%= agentDir %>',
|
||||
maxBuffer: 1024 * 1024 * 1024,
|
||||
}
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue