Disable calculation of folder size
Edit _h5ai/private/conf/options.json
Calc the size of folders.
This operation is real slow. The calculated sizes differ slightly for both
calculation types since "php" only adds the file size, while "shell-du"
also adds the sizes for the actual folder files.
- type: string, "php" (sloooow) or "shell-du" (sloow)
"foldersize": {
"enabled": false,
"type": "php"
},