Monorepo for Tangled
0

Configure Feed

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

spindle: set worker count to 5

Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>

author
Anirudh Oppiliappan
date (Aug 8, 2025, 3:08 PM +0300) commit 4e03f297 parent 48467689 change-id rvvxxuuq
+1 -1
+1 -1
spindle/server.go
··· 98 98 return err 99 99 } 100 100 101 - jq := queue.NewQueue(100, 2) 101 + jq := queue.NewQueue(100, 5) 102 102 103 103 collections := []string{ 104 104 tangled.SpindleMemberNSID,