We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9708928 commit 145a958Copy full SHA for 145a958
disperser/server_config.go
@@ -17,7 +17,7 @@ type ServerConfig struct {
17
// connections based on age.
18
MaxConnectionAge time.Duration
19
20
- // When the server closes a connection due to MaxConnectionAgeSeconds, it will wait for this grace period before
+ // When the server closes a connection due to MaxConnectionAge, it will wait for this grace period before
21
// forcibly closing the connection. This allows in-flight requests to complete.
22
MaxConnectionAgeGrace time.Duration
23
0 commit comments