MCPcopy 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//
58const size_t LOW_PID_COUNT = 50;
59Duration MIN_REAP_INTERVAL() { return Milliseconds(100); }
60
61const size_t HIGH_PID_COUNT = 500;
62Duration MAX_REAP_INTERVAL() { return Seconds(1); }

Callers 1

intervalMethod · 0.85

Calls 1

MillisecondsClass · 0.85

Tested by

no test coverage detected