Skip to content

Commit 145a958

Browse files
committed
fix typo
1 parent 9708928 commit 145a958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

disperser/server_config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ type ServerConfig struct {
1717
// connections based on age.
1818
MaxConnectionAge time.Duration
1919

20-
// When the server closes a connection due to MaxConnectionAgeSeconds, it will wait for this grace period before
20+
// When the server closes a connection due to MaxConnectionAge, it will wait for this grace period before
2121
// forcibly closing the connection. This allows in-flight requests to complete.
2222
MaxConnectionAgeGrace time.Duration
2323

0 commit comments

Comments
 (0)