summaryrefslogtreecommitdiff
path: root/src/config.c
diff options
context:
space:
mode:
author童宗振 <[email protected]>2024-04-24 08:38:20 +0000
committer童宗振 <[email protected]>2024-04-24 08:38:20 +0000
commit3e5b0adb45e1c0f11d7f69a56947f51a5705dc52 (patch)
treec635b2d36f5a805772b01a192af96de5de04593c /src/config.c
parentbe47e141bfd2536cd674ae2666ea5ac95f7945b3 (diff)
Maat field mod
Diffstat (limited to 'src/config.c')
-rw-r--r--src/config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.c b/src/config.c
index 0f89db1..1593544 100644
--- a/src/config.c
+++ b/src/config.c
@@ -104,6 +104,7 @@ void config_load()
MESA_load_profile_int_def(config_path, "maat", "maat_log_level", &(g_conf->maat_log_level), LOG_LEVEL_FATAL);
MESA_load_profile_int_def(config_path, "maat", "maat_input_mode", &(g_conf->maat_input_mode), 0);
+ MESA_load_profile_int_def(config_path, "maat", "deferred_load_on", &(g_conf->deferred_load_on), 0);
MESA_load_profile_string_def(config_path, "maat", "table_schema", tmp_path, sizeof(tmp_path), "");
paths_combine(g_conf->absolute_path, tmp_path, g_conf->table_schema, sizeof(g_conf->table_schema));