From 389821ffc3891259fb41b2e9fe9b6f891ff24aa6 Mon Sep 17 00:00:00 2001 From: Elena Mamontova Date: Thu, 5 Nov 2015 17:36:00 +0200 Subject: [PATCH] Ticket 12. The 'StopOnError' parameter added. --- projects/stargazer/inst/linux/etc/stargazer/stargazer.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/projects/stargazer/inst/linux/etc/stargazer/stargazer.conf b/projects/stargazer/inst/linux/etc/stargazer/stargazer.conf index 4f2cbda9..8859b9c0 100644 --- a/projects/stargazer/inst/linux/etc/stargazer/stargazer.conf +++ b/projects/stargazer/inst/linux/etc/stargazer/stargazer.conf @@ -41,6 +41,12 @@ StatWritePeriod = 10 # Default: 1 DayFee = 1 +# When set to 'no' Stargazer will continue reading database after error and show all of them. +# Parameter: optional +# Values: yes, no +# Default: yes +StopOnError = yes + # Fee charged at the last (yes) or first (no) day of tariffication period. # Defines how the fee will be charged in the transition to the new tariff. # User has tariff A with fee 100. Changing it to tariff B with fee 200 -- 2.43.2