mirror of
https://github.com/wassname/talk.git
synced 2026-07-04 15:24:15 +08:00
fix: fixed naming of config (#2980)
This commit is contained in:
@@ -216,7 +216,7 @@ export default (ctx: GraphContext) => ({
|
||||
scraper.scrape({
|
||||
url,
|
||||
timeout: (ctx.config.get("scrape_timeout") as unknown) as number,
|
||||
size: ctx.config.get("scrape_response_max_size"),
|
||||
size: ctx.config.get("scrape_max_response_size"),
|
||||
customUserAgent: ctx.tenant.stories.scraping.customUserAgent,
|
||||
proxyURL: ctx.tenant.stories.scraping.proxyURL,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user