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 | 2125ee40a74fad6d9c92f835dda590e35ffae0e5 (patch) | |
| tree | 69a999e4d39ddb4dfa3b7be37f5454f8e7d4e5a2 /src/config.c | |
| parent | 64d3e78262c35857ae9310c9b9da9ee91ea43dd2 (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++){ |
