add new server settings

This commit is contained in:
2024-02-06 17:38:49 +08:00
parent 2fab2f56d8
commit 4eb43cfbca
5 changed files with 36 additions and 2 deletions

View File

@@ -140,5 +140,7 @@
"meiliHostsHelp": "Requests from these domains will receive the corresponding Meilisearch server hostname.",
"keyIsEmpty": "Key is empty.",
"keyIsExists": "Key is exists.",
"redirectToFlutter": "Redirect to Flutter frontend when accessing the root URL."
"redirectToFlutter": "Redirect to Flutter frontend when accessing the root URL.",
"downloadTimeoutCheckInterval": "The interval of checking download timeout",
"downloadTimeoutCheckIntervalHelp": "The smaller the value, the more accurate the timeout detection, but the higher CPU usage."
}