From 46e57af6dd5c5fd4d008cc40ff33aeabda6abb40 Mon Sep 17 00:00:00 2001 From: jokob-sk <96159884+jokob-sk@users.noreply.github.com> Date: Fri, 6 Jan 2023 22:16:53 +1100 Subject: [PATCH] Increase Pholus scan timeout --- config/pialert.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/pialert.conf b/config/pialert.conf index 6ecd4fc3..65efaa8e 100755 --- a/config/pialert.conf +++ b/config/pialert.conf @@ -107,11 +107,11 @@ PHOLUS_TIMEOUT=20 PHOLUS_FORCE=False PHOLUS_DAYS_DATA=7 PHOLUS_RUN='once' -PHOLUS_RUN_TIMEOUT=300 +PHOLUS_RUN_TIMEOUT=600 PHOLUS_RUN_SCHD='0 4 * * *' #-------------------IMPORTANT INFO-------------------# # This file is ingested by a python script, so if # # modified it needs to use python syntax # -#-------------------IMPORTANT INFO-------------------# \ No newline at end of file +#-------------------IMPORTANT INFO-------------------#