diff options
Diffstat (limited to 'src/repo.h')
-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; |