diff options
| author | dacctal <dacctal@symlinx.net> | 2026-06-07 05:58:15 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-06-07 05:58:15 +0000 |
| commit | ea6745dd7ad75c85d0ea4471e9f3357532fb0eb0 (patch) | |
| tree | 1b5a01898a845f579981303edb0709f9cc95a2f2 /include/vars.h | |
| parent | ab3f27fd2fb32a52f76146970823525f044a325c (diff) | |
tiny fixes & .editorconfig (thx indium)0.1.1
Diffstat (limited to 'include/vars.h')
| -rw-r--r-- | include/vars.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vars.h b/include/vars.h index c417b95..3a56ef3 100644 --- a/include/vars.h +++ b/include/vars.h @@ -4,8 +4,8 @@ #include <stdbool.h> #include <stddef.h> -#define MAX_REPOS 100 -#define MAX_DIRS 10 +#define MAX_REPOS 1000 +#define MAX_DIRS 100 #define MAX_PATH_LEN 1024 typedef struct { |
