| 654 | auto Settings::upperBoundForTimeLimit() -> int { return 1000 * 60 * 60 * 24; } |
| 655 | |
| 656 | auto Settings::upperBoundForExtraTimeRatio() -> double { return 100; } |
| 657 | |
| 658 | auto Settings::upperBoundForMemoryLimit() -> int { return 16777216; } |
| 659 |
nothing calls this directly
no outgoing calls
no test coverage detected