Process builds every 15 minutes
This commit is contained in:
parent
2c82ddf9f3
commit
29530ab6b5
@ -241,7 +241,7 @@ bool WebServer::start_server(quint16 port) {
|
||||
}
|
||||
});
|
||||
|
||||
process_binaries_thread_ = std::jthread(run_task_every, 10, [this, all_repos, proposed, lubuntuci, job_statuses] {
|
||||
process_binaries_thread_ = std::jthread(run_task_every, 15, [this, all_repos, proposed, lubuntuci, job_statuses] {
|
||||
for (auto pkgconf : all_repos) {
|
||||
if (!pkgconf->can_check_builds()) { continue; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user