Mercurial Hosting > luan
comparison host/admin/src/init.luan @ 2022:969291201e12
ping lucene backups
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Mon, 20 Oct 2025 17:25:47 -0600 |
parents | 301a6561fb6b |
children |
comparison
equal
deleted
inserted
replaced
2021:b8e5d53c4fc9 | 2022:969291201e12 |
---|---|
2 local Hosted = require "luan:host/Hosted.luan" | 2 local Hosted = require "luan:host/Hosted.luan" |
3 | 3 |
4 Hosted.set_https and Hosted.set_https(true) | 4 Hosted.set_https and Hosted.set_https(true) |
5 | 5 |
6 require "site:/private/lib/monitor.luan" | 6 require "site:/private/lib/monitor.luan" |
7 require "site:/private/lib/monitor_lucene_backups.luan" | |
7 | 8 |
8 Http.dont_gc and Http.dont_gc() | 9 Http.dont_gc and Http.dont_gc() |
9 | 10 |
10 return true | 11 return true |