Better throttling of backup generation

This commit is contained in:
Dane Everitt 2020-04-09 22:35:38 -07:00
parent 63d8cd4f3f
commit 06707fd33a
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
4 changed files with 43 additions and 3 deletions

View file

@ -46,6 +46,7 @@ return PhpCsFixer\Config::create()
'psr0' => ['dir' => 'app'],
'psr4' => true,
'random_api_migration' => true,
'single_line_throw' => false,
'standardize_not_equals' => true,
'ternary_to_null_coalescing' => true,
'yoda_style' => [