diff options
author | Juan Linietsky <reduzio@gmail.com> | 2017-01-14 21:56:22 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2017-01-14 21:57:22 -0300 |
commit | 5dde810aa58d66677afda9cc5c89c052e91348b4 (patch) | |
tree | 8d4e996125ab529260aaae9c396456ae2c66e094 /main | |
parent | a1d07fd6d6a21ca6a3366aa7c9024dc41e3d323c (diff) |
no more errors related to missing GlobalConfig::Get (or so I hope)
Diffstat (limited to 'main')
-rw-r--r-- | main/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/main.cpp b/main/main.cpp index e535da3e28..e7dca04c2a 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -596,6 +596,7 @@ Error Main::setup(const char *execpath,int argc, char *argv[],bool p_second_phas I=N; } + GLOBAL_DEF("memory/multithread/thread_rid_pool_prealloc",60); GLOBAL_DEF("network/debug/max_remote_stdout_chars_per_second",2048); GLOBAL_DEF("network/debug/remote_port",6007); |