diff --git a/src/tools/read.ts b/src/tools/read.ts index a100697..1986c7c 100644 --- a/src/tools/read.ts +++ b/src/tools/read.ts @@ -21,7 +21,6 @@ export function readUrl(url: string, withAllLinks?: boolean, tracker?: TokenTrac 'Content-Type': 'application/json', 'X-Retain-Images': 'none', 'X-Md-Link-Style': 'discarded', - 'X-Timeout': '20' }; if (withAllLinks) { headers['X-With-Links-Summary'] = 'all'