summaryrefslogtreecommitdiff
path: root/classes/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-27 11:25:07 +0300
committerAndrew Dolgov <[email protected]>2021-02-27 11:25:07 +0300
commit5edcbf2e9bfa79ea87a6e420a4c17e8b02997716 (patch)
tree8705d31a2622507b2a8d1d84ec973a7773cf1e5c /classes/prefs.php
parentc1cd3324e3986967d4210e6e36bf068417b7cd13 (diff)
add an option to disable conditional counters
Diffstat (limited to 'classes/prefs.php')
-rw-r--r--classes/prefs.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/classes/prefs.php b/classes/prefs.php
index 703246e9c..e736ff7c8 100644
--- a/classes/prefs.php
+++ b/classes/prefs.php
@@ -58,6 +58,7 @@ class Prefs {
const _PREFS_MIGRATED = "_PREFS_MIGRATED";
const HEADLINES_NO_DISTINCT = "HEADLINES_NO_DISTINCT";
const DEBUG_HEADLINE_IDS = "DEBUG_HEADLINE_IDS";
+ const DISABLE_CONDITIONAL_COUNTERS = "DISABLE_CONDITIONAL_COUNTERS";
private const _DEFAULTS = [
Prefs::PURGE_OLD_DAYS => [ 60, Config::T_INT ],
@@ -116,6 +117,7 @@ class Prefs {
Prefs::_PREFS_MIGRATED => [ false, Config::T_BOOL ],
Prefs::HEADLINES_NO_DISTINCT => [ false, Config::T_BOOL ],
Prefs::DEBUG_HEADLINE_IDS => [ false, Config::T_BOOL ],
+ Prefs::DISABLE_CONDITIONAL_COUNTERS => [ false, Config::T_BOOL ],
];
const _PROFILE_BLACKLIST = [