Added config option 'php-censor.build.writer_buffer_size' for configuring BuildErrorWriter buffer_size property (Count of inserts in the one SQL query).

This commit is contained in:
Dmitry Khomutov 2017-07-06 19:51:15 +07:00
commit 6fe5c78179
No known key found for this signature in database
GPG key ID: 7EB36C9576F9ECB9
3 changed files with 8 additions and 4 deletions

View file

@ -269,7 +269,8 @@ class InstallCommand extends Command
],
],
'build' => [
'remove_builds' => true,
'remove_builds' => true,
'writer_buffer_size' => 500,
],
'security' => [
'disable_auth' => false,