Disable Services¶
You can disable the following FindFace Security services should you no longer need them:
- Episodes
- Webhooks
- Persons
To do so, open the findface-security
configuration file and modify the SERVICES
section.
sudo vi /etc/ffsecurity/config.py
# disable unused services to increase
# overall system performance in some cases.
SERVICES = {
"ffsecurity": {
"episodes": False,
"webhooks": False,
"persons": False,
}
}
After that, the corresponding tabs will disappear from the web interface.
Note
A tab will remain if there are some entities on it (for example, webhooks on the Webhooks tab). However, new artifacts will cease to arrive.