mirror of
https://github.com/misskey-dev/summaly.git
synced 2025-05-09 23:57:20 +09:00
Fix bug
This commit is contained in:
parent
d3e8ba6a15
commit
2364ec014d
@ -10,6 +10,7 @@ const entities = new AllHtmlEntities();
|
||||
import * as client from 'cheerio-httpcli';
|
||||
client.set('referer', false);
|
||||
client.set('timeout', 10000);
|
||||
client.set('maxDataSize', 1024 * 1024);
|
||||
|
||||
import Summary from './summary';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user