feat: make web search timeout configurable
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M internal/config/structs.go → internal/config/structs.go
@@ -29,6 +29,7 @@ Environment string `comment:"Affects logging parameters. One of 'development' or 'production'"` ExtraHeadHTML string `comment:"Content to add to HTML <head>. Can be used to override styling, add scripts, etc."` Headers map[string]string `comment:"Extra headers to send with HTTP requests"` LogRequests bool `comment:"Whether to log incoming HTTP requests"` + SearchTimeout Duration `comment:"Timeout for search requests"` } type Importer struct {