From 84f7e5402eca3fb1192a42a7b4f01ab12d640bd0 Mon Sep 17 00:00:00 2001 From: Dannon Baker <dannon.baker@gmail.com> Date: Thu, 16 May 2019 10:11:07 -0400 Subject: [PATCH] Fix 'amqp_ack_republish_time' in sample (from 'amqp_republish_time' which is unused) --- app.yml.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.yml.sample b/app.yml.sample index 14c3bfed..adf9fe99 100644 --- a/app.yml.sample +++ b/app.yml.sample @@ -59,7 +59,7 @@ # resend them if acknowledgement is not received after a configurable timeout # (in seconds). #amqp_acknowledge: false -#amqp_republish_time: 30 +#amqp_ack_republish_time: 30 ## The AMQP client can provide an SSL client certificate (e.g. for ## validation), the following options configure that certificate -- GitLab