From 9cb0127e2b428b947350afbc88475da7bb9c55cc Mon Sep 17 00:00:00 2001 From: Joachim Van Herwegen Date: Tue, 18 Jul 2023 11:56:23 +0200 Subject: [PATCH] docs: Explain that pod quota is for the entire pod --- config/quota-file.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config/quota-file.json b/config/quota-file.json index 55569a742..b3884c98a 100644 --- a/config/quota-file.json +++ b/config/quota-file.json @@ -38,6 +38,7 @@ "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", "@type": "PodQuotaStrategy", "limit_amount": 7000,