Skip to content

Commit 0a4ad92

Browse files
committed
Update src/urlList.example added execOptions
1 parent ff44bf7 commit 0a4ad92

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/urlList.example

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@ const _urlList = [
22
// you can add more links in here, but keep in mind, the more links you add
33
// the more resource it will use
44
"https://www.emptywork.my.id"
5-
];
5+
]
66

77
const _options = {
8+
// "categories": []
89
}
910

10-
export { _urlList as urlList, _options as options };
11+
const execOptions = {
12+
"maxBuffer": 2048 * 1024
13+
}
14+
15+
export { _urlList as urlList, _options as options }

0 commit comments

Comments
 (0)