mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
enhance: Disable stdout buffer (#28391)
#28390 Signed-off-by: luzhang <luzhang@zilliz.com> Co-authored-by: luzhang <luzhang@zilliz.com>
This commit is contained in:
parent
bc43c5cf34
commit
e9e9b30e8e
@ -45,6 +45,7 @@ KnowhereInitImpl(const char* conf_file) {
|
||||
gflags::SetCommandLineOption("flagfile", conf_file);
|
||||
}
|
||||
#endif
|
||||
setbuf(stdout, NULL);
|
||||
};
|
||||
|
||||
std::call_once(init_knowhere_once_, init);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user