mirror of
https://github.com/filegator/filegator.git
synced 2025-08-11 21:54:16 +02:00
better search with configurable simultaneous search limit, fixes #234
This commit is contained in:
@@ -19,6 +19,7 @@ return [
|
||||
'editable' => ['.txt', '.css', '.js', '.ts', '.html', '.php', '.json', '.md'],
|
||||
'date_format' => 'YY/MM/DD hh:mm:ss', // see: https://momentjs.com/docs/#/displaying/format/
|
||||
'guest_redirection' => '', // useful for external auth adapters
|
||||
'search_simultaneous' => 5,
|
||||
'filter_entries' => [],
|
||||
],
|
||||
|
||||
|
Reference in New Issue
Block a user