2021-10-06 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-06 13:50:00 -04:00
parent 55f4f1db17
commit 6d34ca7ee8
2 changed files with 4 additions and 1 deletions

View File

@@ -22504,3 +22504,6 @@
2021-10-05 Fred Gleason <fredg@paravelsystems.com>
* Added item icons to the 'Default Cart Type' dropdown in the
'Edit Group' dialog in rdadmin(1).
2021-10-06 Fred Gleason <fredg@paravelsystems.com>
* Increased the import process timeout for the WebGet service
to 1200 seconds.

View File

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