changeset 2023:544ccce564f6 default tip

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 20 Oct 2025 17:34:14 -0600
parents 969291201e12
children
files host/admin/src/private/lib/monitor_lucene_backups.luan
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
diff -r 969291201e12 -r 544ccce564f6 host/admin/src/private/lib/monitor_lucene_backups.luan
--- a/host/admin/src/private/lib/monitor_lucene_backups.luan	Mon Oct 20 17:25:47 2025 -0600
+++ b/host/admin/src/private/lib/monitor_lucene_backups.luan	Mon Oct 20 17:34:14 2025 -0600
@@ -25,6 +25,6 @@
 end
 
 Thread.schedule(check,{repeating_delay=Time.period{hours=1}})
-check()
+-- check()
 
 return true