config switch to disable qso counter in user list

This commit is contained in:
HB9HIL
2025-01-30 20:59:20 +01:00
parent d2abea34b3
commit 2392caadab
4 changed files with 65 additions and 29 deletions

View File

@@ -777,3 +777,14 @@ $config['enable_eqsl_massdownload'] = false;
*/
$config['max_login_attempts'] = 3;
/*
|--------------------------------------------------------------------------
| Disable User QSO Count in User List (Admin Menu)
| Reason for this setting is to prevent performance issues on large installations
| where the QSO count is not needed. Set to true to disable the QSO count.
| This also hides the last Operator for CLubstations. Default is false.
|--------------------------------------------------------------------------
*/
$config['disable_user_stats'] = false;