publish config.ini.example

This commit is contained in:
brockdarnold 2026-06-15 00:44:09 +00:00
parent cdc5bd1361
commit febade756b

View file

@ -65,12 +65,10 @@ poll_secs = 5
cooldown_secs = 60 cooldown_secs = 60
[local] [local]
; For eve_local_watcher.py — pings when the pilot count in your Local window rises ; For eve_local_watcher.py — reads your Local member list and warns ONLY when a
; (someone entered system). Great for isolated mining (Solitude). Point it at your ; DANGEROUS new pilot enters (active killer / lots of kills / negative sec, via
; Local member-list window once: python eve_local_watcher.py --snip ; zKillboard + ESI). Head-count changes are ignored (you already know who's around).
; Point it at your Local member-list window once: python eve_local_watcher.py --snip
; Only runs during a mining session (`!mining on`). ; Only runs during a mining session (`!mining on`).
region = region =
poll_secs = 8 poll_secs = 12
cooldown_secs = 180 ; min seconds between local alerts (raise if too chatty)
max_pop = 12 ; only alert when Local has <= this many pilots (quiet systems)
confirm_reads = 3 ; the higher count must persist this many reads (kills OCR jitter)