a tool for shared writing and social publishing
0

Configure Feed

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

limit concurrency in appview

Jared Pereira (Aug 31, 2025, 1:08 PM +0900) 3c05168b 7abb047c

+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);