Skip to content

Commit

Permalink
mamba, h5ai (EticaAI/forum#74) enabled filters and subfolder search; …
Browse files Browse the repository at this point in the history
…improved performance for server tasks
  • Loading branch information
fititnt committed May 1, 2019
1 parent 99b936b commit a4eb040
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions logbook/mamba/var/ftp/pub/_h5ai/private/conf/options.json
Expand Up @@ -65,7 +65,7 @@
"fastBrowsing": true,
"fonts": ["Droid Sans", "Ubuntu", "Roboto", "Helvetica", "Arial", "sans-serif"],
"fontsMono": ["Droid Sans Mono", "Ubuntu Mono", "Monaco", "Lucida Sans Typewriter", "Consolas", "monospace"],
"hidden": ["^\\.", "^_h5ai"],
"hidden": ["^\\.", "^_h5ai", "robots.txt"],
"hideFolders": false,
"hideIf403": true,
"hideParentFolder": false,
Expand Down Expand Up @@ -123,9 +123,9 @@
*/
"download": {
"enabled": true,
"type": "php-tar",
"type": "shell-zip",
"packageName": null,
"alwaysVisible": false
"alwaysVisible": true
},

/*
Expand All @@ -142,7 +142,7 @@
- ignorecase: boolean, ignore case
*/
"filter": {
"enabled": false,
"enabled": true,
"advanced": true,
"debounceTime": 100,
"ignorecase": true
Expand All @@ -158,7 +158,7 @@
*/
"foldersize": {
"enabled": true,
"type": "php"
"type": "shell-du"
},

/*
Expand Down Expand Up @@ -197,7 +197,7 @@
*/
"l10n": {
"enabled": true,
"lang": "en",
"lang": "pt",
"useBrowserLang": true
},

Expand Down Expand Up @@ -304,9 +304,9 @@
- ignorecase: boolean, ignore case
*/
"search": {
"enabled": false,
"enabled": true,
"advanced": true,
"debounceTime": 300,
"debounceTime": 500,
"ignorecase": true
},

Expand Down

0 comments on commit a4eb040

Please sign in to comment.