Skip to content

Increase IP bans reset interval up to 24 hours #1452

@josecelano

Description

@josecelano

Banned IPs in the UDP ban service are banned every hour.

const IP_BANS_RESET_INTERVAL_IN_SECS: u64 = 3600;

In the demo tracker, we have more than 38K banned IPs

Image

The service resets all IPs every hour.

I think it's too low.

It should be a config value. I will open new issue for it.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions