Monorepo for Tangled tangled.org
4

Configure Feed

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

knotserver/git: reduce the lastCommitDirIn timeout to 500ms from 2s

Signed-off-by: Seongmin Lee <git@boltless.me>

author
Seongmin Lee
date (May 11, 2026, 8:44 PM +0900) commit d2c5a624 parent c09487dc change-id nqsnnors
+1 -1
+1 -1
knotserver/git/tree.go
··· 58 58 entries: entries, 59 59 } 60 60 61 - times, err := g.lastCommitDirIn(ctx, lastCommitDir, 2*time.Second) 61 + times, err := g.lastCommitDirIn(ctx, lastCommitDir, 500*time.Millisecond) 62 62 if err != nil { 63 63 return nts 64 64 }