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

Method upperBoundForFileSizeLimit

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

Source from the content-addressed store, hash-verified

658auto Settings::upperBoundForMemoryLimit() -> int { return 16777216; }
659
660auto Settings::upperBoundForFileSizeLimit() -> int { return 256 * 1024; }
661
662auto Settings::upperBoundForRejudgeTimes() -> int { return 12; }
663

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected