From 76ea5f7169b26a70a4bf20cb990ea30ab8691d52 Mon Sep 17 00:00:00 2001 From: skilyazhnev <43170236+skilyazhnev@users.noreply.github.com> Date: Mon, 19 Dec 2022 21:08:17 +0300 Subject: [PATCH] Added LDAP note in doc (#479) Authored-by: Vladimir Skiliazhnev --- documentation/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/configuration.md b/documentation/configuration.md index 36e0c01f..31b8b660 100644 --- a/documentation/configuration.md +++ b/documentation/configuration.md @@ -243,7 +243,7 @@ corresponding connection Coroutine stack size. Set coroutine stack size in pages. In some rare cases -it might be necessary to make stack size bigger. Actual stack will be +it might be necessary to make stack size bigger (like that using the Odyssey with LDAP auth required `coroutine_stack_size 16`). Actual stack will be allocated as `(coroutine_stack_size + 1_guard_page) * page_size`. Guard page is used to track stack overflows. Stack by default is set to 16KB.