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 }