2021-10-05 Fred Gleason <fredg@paravelsystems.com>

* Increased the import process timeout for the WebGet service
	to 1200 seconds.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-10-05 17:05:39 -04:00
parent b69efb80ab
commit 49cbc37d8d
2 changed files with 4 additions and 1 deletions

View File

@@ -487,7 +487,7 @@ void MainObject::PutAudio()
args.push_back(filename);
QProcess *proc=new QProcess(this);
proc->start("rdimport",args);
proc->waitForFinished();
proc->waitForFinished(RD_CURL_TIMEOUT*1000);
if(proc->exitStatus()==QProcess::CrashExit) {
delete proc;
rda->syslog(LOG_WARNING,"importer process crashed [cmdline: %s]",