Skip to content

Commit 96fcfc6

Browse files
committed
Update README on quota
1 parent 026368f commit 96fcfc6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,17 @@ confusion or allow vulnerabilies for social engineering](https://github.com/mart
382382
This list is configurable via `config/usernames-blacklist.json`. Solid does not
383383
blacklist profanities by default.
384384

385+
## Quota
386+
387+
By default, a file `serverSide.ttl` will be installed to new PODs. Its
388+
current function is to set a quota for disk usage of just 25 MB, which
389+
is what we can be sure the current prototype can tolerate under
390+
load. This file is not writeable to users, but as server administrator
391+
you can remove it if you don't want to impose a quota. It is currently
392+
adviceable to remove it rather than set a large quota, because the
393+
current implementation will impair write performance if there is a lot
394+
of data.
395+
385396
## Contributing
386397

387398
`solid` is has been made possible due to contributions from many individuals, these are some of the key contributors:

0 commit comments

Comments
 (0)