Mercurial > prosody-modules
view mod_readonly/README.markdown @ 3609:0d4598dacc87
mod_statistics_statsman: Map 'cpu.clock' from mod_measure_cpu to 'cpu_total' of mod_statistics_cputotal
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 28 May 2019 21:26:13 +0200 |
parents | ce5d1fa69ba3 |
children |
line wrap: on
line source
This module blocks configured queries that change server state. E.g. to make vCard storage read-only: ``` lua readonly_stores = { vcard = { "vcard-temp", "vCard" }; } ```