diff options
Diffstat (limited to 'doc/configuration/core.rst')
-rw-r--r-- | doc/configuration/core.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/configuration/core.rst b/doc/configuration/core.rst new file mode 100644 index 0000000..265545f --- /dev/null +++ b/doc/configuration/core.rst @@ -0,0 +1,12 @@ +[core] +====== + +Section [core] consist main daemon params. + +* **log-error=path** - path to file for core module error logging. +* **thread-count=n** - number of working threads, optimal - number of processors/cores. + +.. admonition:: Note: + + Can’t change with reload, for apply changes need daemon restart with drop active sessions. + |