mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Remove integer
This commit is contained in:
@@ -83,7 +83,6 @@ config_schema = {
|
||||
"memory": {"type": "string"},
|
||||
"cpu": {
|
||||
"anyOf": [
|
||||
{"type": "integer", "minimum": 0},
|
||||
{"type": "number", "minimum": 0},
|
||||
{"type": "string", "enum": ["None"]},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user