Data storage
WebDB store almost all data in user browser, so it combine the flexibility of destructing/update the backend without loosing data and ease the multi-client architecture when publicly exposed
As exception, there is :
Database versions
Recent dumps
Logs
A cron job clean these folder if they are too big :
Recent dumps -> 1G
Logs -> 100M
Last updated