Module: kamailio Branch: master Commit: c43432e6fda8db527ffca3442d7cea8e601a211e URL: https://github.com/kamailio/kamailio/commit/c43432e6fda8db527ffca3442d7cea8e...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2022-04-13T11:16:09+02:00
modules: readme files regenerated - geoip2 ... [skip ci]
---
Modified: src/modules/geoip2/README
---
Diff: https://github.com/kamailio/kamailio/commit/c43432e6fda8db527ffca3442d7cea8e... Patch: https://github.com/kamailio/kamailio/commit/c43432e6fda8db527ffca3442d7cea8e...
---
diff --git a/src/modules/geoip2/README b/src/modules/geoip2/README index 0362750258..98d8d97f5c 100644 --- a/src/modules/geoip2/README +++ b/src/modules/geoip2/README @@ -91,7 +91,10 @@ Chapter 1. Admin Guide to enable access to the results of a query to the database.
Many queries can be done and store results in different containers to - be able to use in parallel. Database is loaded at startup in cache. + be able to use in parallel. Database is loaded at startup in cache. The + cache can be reloaded with an RPC command. In this case make sure that + you do not overwrite the file in place, but replace it, e.g. with a + “move” command.
2. Dependencies