diff --git a/ChangeLog b/ChangeLog index cfb9538e..151649b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -22504,3 +22504,6 @@ 2021-10-05 Fred Gleason * Added item icons to the 'Default Cart Type' dropdown in the 'Edit Group' dialog in rdadmin(1). +2021-10-06 Fred Gleason + * Increased the import process timeout for the WebGet service + to 1200 seconds. diff --git a/web/webget/webget.cpp b/web/webget/webget.cpp index 2994faa4..ea35ec12 100644 --- a/web/webget/webget.cpp +++ b/web/webget/webget.cpp @@ -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]",