Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ MIN_REAP_INTERVAL
Function
MIN_REAP_INTERVAL
3rdparty/libprocess/src/reap.cpp:59–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
//
58
const size_t LOW_PID_COUNT = 50;
59
Duration MIN_REAP_INTERVAL() { return Milliseconds(100); }
60
61
const size_t HIGH_PID_COUNT = 500;
62
Duration MAX_REAP_INTERVAL() { return Seconds(1); }
Callers
1
interval
Method · 0.85
Calls
1
Milliseconds
Class · 0.85
Tested by
no test coverage detected