From 3c1b7f5bdfe8d1b99aa314573b73597ba8f5a657 Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Thu, 5 Jul 2018 01:43:57 +0200 Subject: [PATCH] blst: docs - better highlighting of examples in readme --- src/modules/blst/doc/blst_functions.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/modules/blst/doc/blst_functions.xml b/src/modules/blst/doc/blst_functions.xml index d0dd749fe3f..0161f688df0 100644 --- a/src/modules/blst/doc/blst_functions.xml +++ b/src/modules/blst/doc/blst_functions.xml @@ -152,7 +152,9 @@ if (msg_status==503){ # blacklist 503 source for Retry-After seconds <function>blst_set_ignore</function> usage +... blst_set_ignore(6); # ignore send and connect errors +... @@ -181,7 +183,9 @@ if (msg_status==503){ # blacklist 503 source for Retry-After seconds <function>blst_clear_ignore</function> usage +... blst_clear_ignore(4); # ignore connect errors +...