diff options
-rw-r--r-- | src/repo.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ #include <stdint.h> #include "list.h" -#define OG_ADDR_REPO_MAX 16 +#define OG_ADDR_REPO_MAX 128 struct og_repo { struct list_head list; |
index : ogServer | ||
OpenGnsys server | opengnsys@soleta.eu |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | src/repo.h | 2 |
@@ -4,7 +4,7 @@ #include <stdint.h> #include "list.h" -#define OG_ADDR_REPO_MAX 16 +#define OG_ADDR_REPO_MAX 128 struct og_repo { struct list_head list; |