Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ModOrganizer2/modorganizer
/ setMaxCoreDumps
Method
setMaxCoreDumps
src/settings.cpp:2401–2404 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2399
}
2400
2401
void DiagnosticsSettings::setMaxCoreDumps(int n)
2402
{
2403
set(m_Settings,
"Settings"
,
"crash_dumps_max"
, n);
2404
}
2405
2406
std::chrono::seconds DiagnosticsSettings::spawnDelay() const
2407
{
Callers
1
update
Method · 0.80
Calls
1
set
Function · 0.70
Tested by
no test coverage detected