mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-07 01:13:50 +02:00
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:
parent
b69efb80ab
commit
49cbc37d8d
@ -20810,3 +20810,6 @@
|
||||
* Fixed a bug in the rdxport 'Import' service that could result in
|
||||
incorrect end marker placement when processing variable bit rate
|
||||
(VBR) MPEG files.
|
||||
2021-10-05 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Increased the import process timeout for the WebGet service
|
||||
to 1200 seconds.
|
||||
|
@ -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]",
|
||||
|
Loading…
x
Reference in New Issue
Block a user