From: Maxim Mamontov <faust.madf@gmail.com>
Date: Thu, 14 Nov 2013 20:26:21 +0000 (+0200)
Subject: Added parameter description.
X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/2a9477404c03229fc3be39f1b8c95b148fd227b2?ds=inline;hp=--cc

Added parameter description.
---

2a9477404c03229fc3be39f1b8c95b148fd227b2
diff --git a/projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/mod_ia.conf b/projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/mod_ia.conf
index 69b5eae3..df170dd0 100644
--- a/projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/mod_ia.conf
+++ b/projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/mod_ia.conf
@@ -8,14 +8,14 @@
 
     # The time interval between sending an alive query to the user
     # and updating statistics
-    # Parameter: required 
+    # Parameter: required
     # Values: 5 ... 600 (seconds)
     # Default: 60
     UserDelay = 60
 
-    # User timeout. If authorizer does not respond during this time, 
+    # User timeout. If authorizer does not respond during this time,
     # the user will be disconnected
-    # Parameter: required 
+    # Parameter: required
     # Values: 5 ... 600
     # Default: 60
     UserTimeout = 65
@@ -31,8 +31,14 @@
     # FreeMb = cash - amount of money for which the user can download for free
     # FreeMb = none - no transfer
     # Default: cash
-    # Parameter: required 
+    # Parameter: required
     # Values: different, see above
     # Default: cash
     FreeMb = cash
+
+    # Enable protocol errors logging
+    # Parameter: optional
+    # Values: yes, no
+    # Default: no
+    # LogProtocolErrors = no
 </Module>
diff --git a/projects/stargazer/inst/linux/etc/stargazer/conf-available.d/mod_ia.conf b/projects/stargazer/inst/linux/etc/stargazer/conf-available.d/mod_ia.conf
index 69b5eae3..df170dd0 100644
--- a/projects/stargazer/inst/linux/etc/stargazer/conf-available.d/mod_ia.conf
+++ b/projects/stargazer/inst/linux/etc/stargazer/conf-available.d/mod_ia.conf
@@ -8,14 +8,14 @@
 
     # The time interval between sending an alive query to the user
     # and updating statistics
-    # Parameter: required 
+    # Parameter: required
     # Values: 5 ... 600 (seconds)
     # Default: 60
     UserDelay = 60
 
-    # User timeout. If authorizer does not respond during this time, 
+    # User timeout. If authorizer does not respond during this time,
     # the user will be disconnected
-    # Parameter: required 
+    # Parameter: required
     # Values: 5 ... 600
     # Default: 60
     UserTimeout = 65
@@ -31,8 +31,14 @@
     # FreeMb = cash - amount of money for which the user can download for free
     # FreeMb = none - no transfer
     # Default: cash
-    # Parameter: required 
+    # Parameter: required
     # Values: different, see above
     # Default: cash
     FreeMb = cash
+
+    # Enable protocol errors logging
+    # Parameter: optional
+    # Values: yes, no
+    # Default: no
+    # LogProtocolErrors = no
 </Module>