8 lines
166 B
C
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 5
|
|
|
|
#endif // CONFIG_INCLUDED
|