From 66455193a8f03e5efc03487ad480454786a898a2 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Sat, 6 Jul 2019 23:35:11 +0100 Subject: [PATCH] Added cat_timeout_interval this will be used to display a warning on the QSO panel --- application/config/cloudlog.php | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/application/config/cloudlog.php b/application/config/cloudlog.php index e51407e1..085dfe4e 100644 --- a/application/config/cloudlog.php +++ b/application/config/cloudlog.php @@ -45,4 +45,18 @@ $config['measurement_base'] = 'M'; | Default is: FALSE | */ -$config['map_gridsquares'] = FALSE; \ No newline at end of file +$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; \ No newline at end of file