docs: Explain that pod quota is for the entire pod

This commit is contained in:
Joachim Van Herwegen 2023-07-18 11:56:23 +02:00
parent fbe60371b9
commit 9cb0127e2b

View File

@ -38,6 +38,7 @@
"comment": "A server that stores its resources on disk while enforcing quota." "comment": "A server that stores its resources on disk while enforcing quota."
}, },
{ {
"comment": "Sets the maximum size of a single pod to 7KB.",
"@id": "urn:solid-server:default:QuotaStrategy", "@id": "urn:solid-server:default:QuotaStrategy",
"@type": "PodQuotaStrategy", "@type": "PodQuotaStrategy",
"limit_amount": 7000, "limit_amount": 7000,