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:
parent
a9309a1feb
commit
6fe5c78179
3 changed files with 8 additions and 4 deletions
|
|
@ -269,7 +269,8 @@ class InstallCommand extends Command
|
|||
],
|
||||
],
|
||||
'build' => [
|
||||
'remove_builds' => true,
|
||||
'remove_builds' => true,
|
||||
'writer_buffer_size' => 500,
|
||||
],
|
||||
'security' => [
|
||||
'disable_auth' => false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue