Skip to content

Commit 04886f2

Browse files
authored
Fix copy/paste error
1 parent 2c56556 commit 04886f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@ func (s *ServeConfig) WithOtherWorkers(n int) *ServeConfig {
918918

919919
// OtherWorkers returns the number of other worker goroutines.
920920
func (s *ServeConfig) OtherWorkers() int {
921-
return s.ecdsaWorkers
921+
return s.otherWorkers
922922
}
923923

924924
// WithBackgroundWorkers specifies the number of background worker goroutines to

0 commit comments

Comments
 (0)