appwrite/src/Appwrite/Functions
Steven Nguyen b431eb4a51
fix(functions): treat 0 as unlimited for CPUs and memory
Prior versions of Appwrite treated 0 as unlimited for
_APP_FUNCTIONS_CPUS and _APP_FUNCTIONS_MEMORY. As such, this PR updates
the specification validator and the list specifications endpoint to also
treat the default 0 value as unlimited, allowing any specification.
2025-04-11 12:13:06 -07:00
..
Validator fix(functions): treat 0 as unlimited for CPUs and memory 2025-04-11 12:13:06 -07:00
Specification.php Update specification consts 2024-08-09 17:17:13 +09:00