fix: coderabbit comments

This commit is contained in:
Stavros
2026-05-11 19:10:50 +03:00
parent c298d0b158
commit b6df4b9f0a
6 changed files with 18 additions and 7 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ func NewTailscaleService(log *logger.Logger, config model.Config, ctx context.Co
lc: lc,
}
connectCtx, cancel := context.WithTimeout(ctx, 2*time.Minute)
connectCtx, cancel := context.WithTimeout(ctx, 2*time.Minute) // large enough timeout to allow for user to manually authenticate with link if needed
defer cancel()
err = service.waitForConn(connectCtx)