This commit is contained in:
Charlie Tonneslan 2026-03-22 10:53:47 -04:00 committed by GitHub
commit bc850f0d56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ type manager struct {
closedChan <-chan struct{}
sessions map[uuid.UUID]*Session
log *zerolog.Logger
// timeout waiting for an API to finish. This can be overriden in test
// timeout waiting for an API to finish. This can be overridden in test
timeout time.Duration
}