Skip to content

Commit

Permalink
disable calculate folder size
Browse files Browse the repository at this point in the history
  • Loading branch information
gigamaster committed Jun 11, 2024
1 parent 8bd8667 commit 25dc0cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

Web server directory index customization with preview, pagination, download — h5ai.

---

![SDI h5ai screenshot](screen.png)


## SDI — h5ai

Unpack server directory index h5ai to your `/www/public/*.*`
Expand All @@ -30,9 +35,7 @@ otherwise you'll get a browser error :
See [Apache httpd, lighttpd, and nginx][wiki] to add <code>.mjs</code> JavaScript MIME type.

---

![SDI h5ai screenshot](screen.png)

---

Expand Down
2 changes: 1 addition & 1 deletion _h5ai/private/conf/options.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
- type: string, "php" (sloooow) or "shell-du" (sloow)
*/
"foldersize": {
"enabled": true,
"enabled": false,
"type": "php"
},

Expand Down

0 comments on commit 25dc0cb

Please sign in to comment.