mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-10 16:43:35 +02:00
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:
@@ -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.
|
||||
|
@@ -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]",
|
||||
|
Reference in New Issue
Block a user