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

这个提交包含在:
Peter Goodhall 2019-07-06 23:35:11 +01:00
父节点 a9b939a66c
当前提交 66455193a8

查看文件

@ -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;