refactor: remove assert for NodeDB max size of 256 nodes

pull/946/head
andrekir 2024-04-01 17:05:41 -03:00
rodzic cb7ef639c0
commit 6afd20b874
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -1312,7 +1312,6 @@ class MeshService : Service(), Logging {
)
insertMeshLog(packetToSave)
logAssert(newNodes.size <= 256) // Sanity check to make sure a device bug can't fill this list forever
newNodes.add(info)
}