maint(node): literally a one line fix I can't do without

This commit is contained in:
Diavolo 2023-06-22 00:30:34 +02:00
parent 6fd4ec54cc
commit 4d7d51fb29
No known key found for this signature in database
GPG Key ID: FA77F074E98D98A5

View File

@ -1,6 +1,6 @@
#pragma once
#define NODE_HALFLIFE (3 * 60 * 1000) //3min
#define NODE_HALFLIFE (3 * 60 * 1000) // 3min
#define NODE_MAX_NODES_TO_SEND 64
#define NODE_SEND_RATE 500ms