tzerk / BDO-Watchdog

A monitoring tool for Black Desert Online with Telegram messaging support
MIT License
20 stars 4 forks source link

Add penalty score to avoid false-positives #8

Closed tzerk closed 7 years ago

tzerk commented 7 years ago

Add an integer penalty score that gets raised for each iteration the process is running, but disconnected. This is to avoid certain circumstances where the process is only temporarily "offline", e.g. when switching channels. The user must provide a penalty threshold value that must be reached to finally execute the exit conditions.

suggested by u/Xytech_

tzerk commented 7 years ago

Should work as intended. Re-open this issue in case of unexpected side-effects.