repo: allow 128 IPs per repository

rise this artificial limit.
master v1.2.5-20
OpenGnSys Support Team 2024-09-10 11:58:38 +02:00
parent 568d709361
commit 7f325a4b67
1 changed files with 1 additions and 1 deletions

View File

@ -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;