feat: make web search timeout configurable
1 file changed, 2 insertions(+), 1 deletion(-)
changed files
M internal/config/default.go → internal/config/default.go
@@ -47,7 +47,8 @@ ), "x-content-type-options": "nosniff", "x-frame-options": "DENY", }, - LogRequests: true, + LogRequests: true, + SearchTimeout: Duration{1 * time.Second}, }, Importer: &Importer{ LowMemory: false,