Version 0.8

This commit is contained in:
2026-02-19 15:27:47 +01:00
commit 868312edf8
37 changed files with 12782 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#ifndef CONFIG_INCLUDED
#define CONFIG_INCLUDED
#define NODE_LIMIT 32
#define HEARTBEAT_INTERVAL_SEC 1
#define PRIMARY_DEATH_TIMEOUT_SEC 2
#endif // CONFIG_INCLUDED