From 203ae462d4c834248c1381f88130fe19b1fd27b2 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Fri, 29 Mar 2024 19:55:48 +1300 Subject: [PATCH] update mqtt options in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index df40217..2a1ef25 100644 --- a/README.md +++ b/README.md @@ -163,6 +163,8 @@ Options --mqtt-password string MQTT Password (e.g: large4cats) --collect-service-envelopes This option will save all received service envelopes to the database. --decryption-keys ... Decryption keys encoded in base64 to use when decrypting service envelopes. + --purge-interval-seconds number How long to wait between each automatic database purge. + --purge-nodes-unheard-for-seconds number Nodes that haven't been heard from in this many seconds will be purged from the database. ``` To connect to your own MQTT server, you could do something like the following;