We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
src/urlList.example
1 parent ff44bf7 commit 0a4ad92Copy full SHA for 0a4ad92
src/urlList.example
@@ -2,9 +2,14 @@ const _urlList = [
2
// you can add more links in here, but keep in mind, the more links you add
3
// the more resource it will use
4
"https://www.emptywork.my.id"
5
-];
+]
6
7
const _options = {
8
+ // "categories": []
9
}
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