feat: make web search timeout configurable
1 file changed, 2 insertions(+), 0 deletions(-)
changed files
M defaults.toml → defaults.toml
@@ -19,6 +19,8 @@ # Content to add to HTML <head>. Can be used to override styling, add scripts, etc. ExtraHeadHTML = '' # Whether to log incoming HTTP requests LogRequests = true +# Timeout for search requests +SearchTimeout = '1s' # Content-Security-Policy header to send with requests. Should only need changing if ExtraHeadHTML is used. [Web.ContentSecurityPolicy]