* Allow the maximum number of concurrent builds per platform to be
configured.
This commit is contained in:
@@ -255,3 +255,9 @@ create table CachedSubversionInputs (
|
||||
storePath text not null,
|
||||
primary key (uri, revision)
|
||||
);
|
||||
|
||||
|
||||
create table SystemTypes (
|
||||
system text primary key not null,
|
||||
maxConcurrent integer not null default 2
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user