Update default concurrent_builds value to 2
This commit is contained in:
parent
6ecb9c21ce
commit
4120fba9a8
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
public function up(): void
|
||||
{
|
||||
Schema::table('server_settings', function (Blueprint $table) {
|
||||
$table->integer('concurrent_builds')->default(3);
|
||||
$table->integer('concurrent_builds')->default(2);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue