a tool for shared writing and social publishing
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

limit concurrency in appview

+1
+1
appview/index.ts
··· 233 233 } 234 234 235 235 const runner = new MemoryRunner({ 236 + concurrency: 4, 236 237 startCursor, 237 238 setCursor: async (cursor) => { 238 239 console.log(cursor);