diff options
author | OpenGnSys Support Team <soporte-og@soleta.eu> | 2024-09-10 11:58:38 +0200 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2024-09-10 12:05:05 +0200 |
commit | 7f325a4b67eee90b1bb7f8bd55c1a1688a801cc0 (patch) | |
tree | 51669f8550cb76898dfc8058b45076dd7799b779 /src | |
parent | 568d709361d42adb1cd0a41da99a2139d32e129d (diff) |
repo: allow 128 IPs per repositoryv1.2.5-20
rise this artificial limit.
Diffstat (limited to 'src')
-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; |