mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-14 08:17:13 +03:00
fix screening in killswitches.md
This commit is contained in:
parent
e37c635a84
commit
26c47f3653
@ -48,12 +48,12 @@ be used to query the kill switch set, see the docstrings for more information on
|
||||
## Currently supported killswitch strings
|
||||
|
||||
The current recognised (to EDMC and its internal plugins) killswitch strings are as follows:
|
||||
| Kill Switch | Description |
|
||||
| :--------------------------------------------------- | :------------------------------------------------------------------------------------------- |
|
||||
| `plugins.eddn.send` | Disables all use of the send method on EDDN (effectively disables EDDN updates) |
|
||||
| `plugins.(eddn|inara|edsm|eddb).journal` | Disables all journal processing for EDDN/EDSM/INARA |
|
||||
| `plugins.(edsm|inara).worker` | Disables the EDSM/INARA worker thread (effectively disables updates) (does not close thread) |
|
||||
| `plugins.(eddn|inara|edsm).journal.event.$eventname` | Specific events to disable processing for |
|
||||
| Kill Switch | Description |
|
||||
| :--------------------------------------------------- | :------------------------------------------------------------------------------------------- |
|
||||
| `plugins.eddn.send` | Disables all use of the send method on EDDN (effectively disables EDDN updates) |
|
||||
| `plugins.(eddn\|inara\|edsm\|eddb).journal` | Disables all journal processing for EDDN/EDSM/INARA |
|
||||
| `plugins.(edsm\|inara).worker` | Disables the EDSM/INARA worker thread (effectively disables updates) (does not close thread) |
|
||||
| `plugins.(eddn\|inara\|edsm).journal.event.$eventname`| Specific events to disable processing for |
|
||||
|
||||
## File location
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user