summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorOpenGnSys Support Team <soporte-og@soleta.eu>2024-09-10 11:58:38 +0200
committerOpenGnSys Support Team <soporte-og@soleta.eu>2024-09-10 12:05:05 +0200
commit7f325a4b67eee90b1bb7f8bd55c1a1688a801cc0 (patch)
tree51669f8550cb76898dfc8058b45076dd7799b779 /src
parent568d709361d42adb1cd0a41da99a2139d32e129d (diff)
repo: allow 128 IPs per repositoryv1.2.5-20
rise this artificial limit.
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;