apache / brpc

brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC".
https://brpc.apache.org
Apache License 2.0
16.56k stars 3.98k forks source link

Change the default value of the bthread_tag in class ServerOptions to BTHREAD_TAG_DEFAULT #2824

Open MJY-HUST opened 1 day ago

MJY-HUST commented 1 day ago

What problem does this PR solve?

将ServerOptions 中的bthread_tag默认值改为BTHREAD_TAG_DEFAULT && 简化代码逻辑 Issue Number:

Problem Summary:

What is changed and the side effects?

Changed:

Side effects:


Check List:

wwbmmm commented 1 day ago

LGTM

yanglimingcn commented 10 hours ago

LGTM 👍