Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ setIndexCacheSize
Method
setIndexCacheSize
source/core/StarBTreeDatabase.cpp:70–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
void BTreeDatabase::setIndexCacheSize(uint32_t indexCacheSize) {
71
SpinLocker lock(m_indexCacheSpinLock);
72
m_indexCache.setMaxSize(indexCacheSize);
73
}
74
75
bool BTreeDatabase::autoCommit() const {
76
ReadLocker readLocker(m_lock);
Callers
1
testBTreeDatabase
Function · 0.80
Calls
1
setMaxSize
Method · 0.45
Tested by
1
testBTreeDatabase
Function · 0.64