Skip to content

Server Directory Index - h5ai v1.00.1

Latest
Compare
Choose a tag to compare
@gigamaster gigamaster released this 11 Jun 00:08

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"
    },