Files
Thesis_Code/raft/config.h
T
2026-02-19 15:27:47 +01:00

8 lines
166 B
C

#ifndef CONFIG_INCLUDED
#define CONFIG_INCLUDED
#define NODE_LIMIT 32
#define HEARTBEAT_INTERVAL_SEC 1
#define PRIMARY_DEATH_TIMEOUT_SEC 2
#endif // CONFIG_INCLUDED