10 lines
195 B
C
10 lines
195 B
C
#ifndef CONFIG_INCLUDED
|
|
#define CONFIG_INCLUDED
|
|
|
|
#define MAX_SERVER_ADDRS 4
|
|
#define MAX_CHUNK_SERVERS 128
|
|
#define MAX_OPERATIONS 128
|
|
#define MAX_REQUESTS_PER_QUEUE 128
|
|
|
|
#endif // CONFIG_INCLUDED
|