Added LDAP note in doc (#479)

Authored-by: Vladimir Skiliazhnev <vladimir.skiliazhnev@team.wrike.com>
This commit is contained in:
skilyazhnev 2022-12-19 21:08:17 +03:00 committed by GitHub
parent 221246da26
commit 76ea5f7169
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.