From 65877bcf0664afbc412428bc000470c2e03c7edb Mon Sep 17 00:00:00 2001 From: Dmitry Simonenko Date: Tue, 20 Mar 2018 17:24:48 +0300 Subject: [PATCH] odyssey: minor documentation fixes --- odyssey.conf | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/odyssey.conf b/odyssey.conf index 4899de63..e8b641a6 100644 --- a/odyssey.conf +++ b/odyssey.conf @@ -108,7 +108,7 @@ log_config yes # # Log session events. # -# Write client connection and disconnection information to the log. +# Write client connect and disconnect events to the log. # log_session yes @@ -155,7 +155,7 @@ workers 1 # Resolver threads. # # Number of threads used for DNS resolving. This value can be increased, if -# your server experience a big number of connecting client. +# your server experience a big number of connecting clients. # resolvers 1 @@ -253,7 +253,7 @@ keepalive 7200 # # Odyssey will fail in case it could not bind on any resolved address. # -# + listen { # # Bind address. @@ -343,7 +343,7 @@ database default { # Authentication method. # # "none" - authentication turned off -# "block" - client is blocked +# "block" - block this user # "clear_text" - PostgreSQL clear text authentication # "md5" - PostgreSQL MD5 authentication # @@ -352,7 +352,8 @@ database default { # # Authentication method password. # -# Depending on selected method, password can be plain text or md5 hash +# Depending on selected method, password can be in plain text or md5 hash. +# # password "" # @@ -388,7 +389,7 @@ database default { # storage_password "test" # -# Pooling mode. +# Server pool mode. # # "session" - assign server connection to a client until it disconnects # "transaction" - assign server connection to a client for a transaction processing