diff options
| author | luwenpeng <[email protected]> | 2023-06-01 11:02:46 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2023-06-01 11:02:46 +0800 |
| commit | a9df9ebe81cfb55b53d159bd762c009e72edb0e3 (patch) | |
| tree | 0794902bf0000cfac5a26da2a046b134109903b6 /platform/src/proxy.cpp | |
| parent | 9032f13bbf22ef322cd2263ad93512006dd7d498 (diff) | |
perf: TFE启动后关闭stderr输出
Diffstat (limited to 'platform/src/proxy.cpp')
| -rw-r--r-- | platform/src/proxy.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/src/proxy.cpp b/platform/src/proxy.cpp index 7c57f99..32117c8 100644 --- a/platform/src/proxy.cpp +++ b/platform/src/proxy.cpp @@ -750,6 +750,7 @@ int main(int argc, char * argv[]) g_print_to_stderr = false; sleep(1); } + g_print_to_stderr = false; worker_thread_ready = 1; event_base_dispatch(g_default_proxy->evbase); |
