diff options
| author | ame <[email protected]> | 2023-12-19 11:38:32 -0600 |
|---|---|---|
| committer | ame <[email protected]> | 2023-12-19 11:38:32 -0600 |
| commit | 697c9bdd10e845d27018d83afb7828b6c7d82605 (patch) | |
| tree | 69a999e4d39ddb4dfa3b7be37f5454f8e7d4e5a2 /src/config.c | |
| parent | 0112e2609f8aceb791656d19db568d04c586d7be (diff) | |
updated some io stuff
Diffstat (limited to 'src/config.c')
| -rw-r--r-- | src/config.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.c b/src/config.c index 46beca7..2fd4455 100644 --- a/src/config.c +++ b/src/config.c @@ -4,6 +4,7 @@ int _print_type = 0; int _max_depth = 2; int _start_nl_at = 3; +int _file_malloc_chunk = 512; int get_config_map(const char* key){ for(int i = 0; config_map[i].key != NULL; i++){ |
