Added cat_timeout_interval this will be used to display a warning on the QSO panel
这个提交包含在:
父节点
a9b939a66c
当前提交
66455193a8
共有 1 个文件被更改,包括 15 次插入 和 1 次删除
|
|
@ -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;
|
||||
正在加载…
在新工单中引用