aboutsummaryrefslogtreecommitdiff
path: root/src/job.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/job.c')
-rw-r--r--src/job.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/job.c b/src/job.c
index fb65fb1..baf4cec 100644
--- a/src/job.c
+++ b/src/job.c
@@ -319,7 +319,7 @@ job_queue_runner ()
if (WIFEXITED (job->exit_status)
&& WEXITSTATUS (job->exit_status) == WYDAWCA_EX_AGAIN)
{
- time_t interval = lock_retry_attempts * lock_retry_interval;
+ time_t interval = lock_timeout;
if (interval == 0)
interval = lock_expire_time;
/* Re-queue the job */

Return to:

Send suggestions and report system problems to the System administrator.