Fix compiler errors

This commit is contained in:
2025-10-28 17:33:52 +01:00
parent c5a21608d7
commit fb8ac1d5c9
7 changed files with 22 additions and 5 deletions
+9
View File
@@ -0,0 +1,9 @@
#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