The web interface now shows whether a build step is connecting, copying inputs/outputs, building, etc.
3 lines
106 B
SQL
3 lines
106 B
SQL
drop index IndexBuildStepsOnBusy;
|
|
create index IndexBuildStepsOnBusy on BuildSteps(busy) where busy != 0;
|