Mercurial Hosting > luan
comparison host/admin/src/private/lib/monitor_lucene_backups.luan @ 2023:544ccce564f6 default tip
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Mon, 20 Oct 2025 17:34:14 -0600 |
parents | 969291201e12 |
children |
comparison
equal
deleted
inserted
replaced
2022:969291201e12 | 2023:544ccce564f6 |
---|---|
23 } | 23 } |
24 end | 24 end |
25 end | 25 end |
26 | 26 |
27 Thread.schedule(check,{repeating_delay=Time.period{hours=1}}) | 27 Thread.schedule(check,{repeating_delay=Time.period{hours=1}}) |
28 check() | 28 -- check() |
29 | 29 |
30 return true | 30 return true |