mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Added cat_timeout_interval this will be used to display a warning on the QSO panel
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user