MCPcopy Create free account
hub / github.com/Project-LemonLime/Project_LemonLime / upperBoundForExtraTimeRatio

Method upperBoundForExtraTimeRatio

src/base/settings.cpp:656–656  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

654auto Settings::upperBoundForTimeLimit() -> int { return 1000 * 60 * 60 * 24; }
655
656auto Settings::upperBoundForExtraTimeRatio() -> double { return 100; }
657
658auto Settings::upperBoundForMemoryLimit() -> int { return 16777216; }
659

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected