File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,10 @@ let prototyped_of_field = function
5555 Some " 23.9.0"
5656 | "pool" , "telemetry_uuid" ->
5757 Some " 23.9.0"
58+ | "pool" , "ext_auth_max_threads" ->
59+ Some " 23.25.0-next"
60+ | "pool" , "local_auth_max_threads" ->
61+ Some " 23.25.0-next"
5862 | "pool" , "coordinator_bias" ->
5963 Some " 22.37.0"
6064 | "pool" , "migration_compression" ->
@@ -95,6 +99,10 @@ let prototyped_of_message = function
9599 Some " 23.18.0"
96100 | "host" , "set_https_only" ->
97101 Some " 22.27.0"
102+ | "pool" , "set_ext_auth_max_threads" ->
103+ Some " 23.25.0-next"
104+ | "pool" , "set_local_auth_max_threads" ->
105+ Some " 23.25.0-next"
98106 | "pool" , "set_update_sync_enabled" ->
99107 Some " 23.18.0"
100108 | "pool" , "configure_update_sync" ->
You can’t perform that action at this time.
0 commit comments