DiscordSRV

DiscordSRV

86.8k Downloads

Status update every minute

ccsliinc opened this issue ยท 6 comments

commented

No matter what I set the status update to it keeps updating the console channel every minute

commented

Set the format to a blank string i.e. Option: ""

commented

Which option "StatusUpdateRateInMinutes:"?

I looked in the code and it defaults back to 1

commented

I said to change the format, not the status update rate.

DiscordGameStatus: ""

commented

im sorry maybe im looking at the complete wrong place, pardon me as i tried to follow the code backwards. I am trying to get the every minute to either stop or be spaced out

[Tue, 15. Dec 2020 01:17:00 UTC INFO] TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
[Tue, 15. Dec 2020 01:18:00 UTC INFO] TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0

commented

That... wouldn't have anything to do with the status. That's an artifact of your panel's server health monitor. If you're renting the server from a host, that's how the panel ensures your server hasn't crashed and isn't disableable on your end.

Add .*TPS from last 1m, 5m, 15m.* to your DiscordConsoleChannelFilters

commented

Thank you