Skip to content

Commit

Permalink
flag name
Browse files Browse the repository at this point in the history
  • Loading branch information
dedelala committed Jan 9, 2025
1 parent fbbb0b8 commit 011f94a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/vtgateproxy/mysql_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ var (
mysqlProxyProtocol = flag.Bool("proxy_protocol", false, "Enable HAProxy PROXY protocol on MySQL listener socket")
mysqlConnBufferPooling = flag.Bool("mysql_conn_buffer_pooling", false, "Enable mysql conn buffer pooling.")
mysqlKeepAlivePeriod = flag.Duration("mysql-server-keepalive-period", 0*time.Second, "TCP period between keep-alives")
mysqlServerFlushDelay = flag.Duration("mysql-server-flush-delay", 100*time.Millisecond, "TCP period between keep-alives")
mysqlServerFlushDelay = flag.Duration("mysql_server_flush_delay", 100*time.Millisecond, "Delay after which buffered response will be flushed to the client.")

mysqlServerRequireSecureTransport = flag.Bool("mysql_server_require_secure_transport", false, "Reject insecure connections but only if mysql_server_ssl_cert and mysql_server_ssl_key are provided")

Expand Down

0 comments on commit 011f94a

Please sign in to comment.