* Allow the maximum number of concurrent builds per platform to be

configured.
This commit is contained in:
Eelco Dolstra
2008-11-26 17:14:27 +00:00
parent 5f7142eb82
commit b7e03351cb
16 changed files with 61 additions and 30 deletions
+6
View File
@@ -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
);