Added cat_timeout_interval this will be used to display a warning on the QSO panel

This commit is contained in:
Peter Goodhall
2019-07-06 23:35:11 +01:00
parent a9b939a66c
commit 66455193a8

View File

@@ -45,4 +45,18 @@ $config['measurement_base'] = 'M';
| Default is: FALSE
|
*/
$config['map_gridsquares'] = FALSE;
$config['map_gridsquares'] = FALSE;
/*
|--------------------------------------------------------------------------
| CAT Timeout Warning Inverval
|--------------------------------------------------------------------------
|
| The external CAT applications can obviously stop working for various reasons
| this interval is used for displaying a warning on the QSO Panel
|
| Default is: 300 seconds (5 minutes)
|
*/
$config['cat_timeout_interval'] = 300;