RaidcoreGG / Nexus

An Addon Host for Guild Wars 2. Handling loading & updating addons and provides a mod API.
https://raidcore.gg/Nexus
47 stars 5 forks source link

Added an option to suppress mumble parsing errors after the first 5 #47

Closed SaculRennorb closed 5 months ago

SaculRennorb commented 5 months ago

When the system is overloaded mumble parsing cannot keep up and constantly produces errors.

This can be incredibly spammy, and can make it hard to see whats happening besides parsing errors. I just arbitrarily picked a max of 5, this could ofcourse be adjusted.

This does not contain translations for the settings

DeltaGW2 commented 5 months ago

Will be solved in the Logger, rather than forcing the application to implement logic for this. As suggested by @Sognus a while back. I will be adding LogOnce() and LogMultiple() functions to the LogHandler.

Sognus commented 1 week ago

I still want this.