summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/repo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/repo.h b/src/repo.h
index 08b6260..8474371 100644
--- a/src/repo.h
+++ b/src/repo.h
@@ -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;