Skip to content

Create a maximum number of traps... #8

@lgroschen

Description

@lgroschen

To be able to to set a max number of traps from the backend so that people with very large network can manage traps before there are too many.

Example:

if (traptable.count > traptablemax) {
delete traps.oldest until == traptablemax
}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions