Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ enableBoltTaskScheduling
Method
enableBoltTaskScheduling
bolt/core/QueryConfig.h:1722–1724 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1720
1721
bool enableSonicJsonSize() const {
1722
return get<bool>(kEnableSonicJsonSize, true);
1723
}
1724
1725
int64_t localShufflePoolSize() const {
1726
return get<int64_t>(kLocalShufflePoolSize, 1024);
1727
}
Callers
2
create
Method · 0.80
terminate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected