This commit is contained in:
Adrià Arrufat
2026-03-30 07:24:08 +02:00
parent 20e62a5551
commit d99599fa21

View File

@@ -189,7 +189,6 @@ pub fn webBotAuth(self: *const Config) ?WebBotAuthConfig {
}; };
} }
pub fn maxConnections(self: *const Config) u16 { pub fn maxConnections(self: *const Config) u16 {
return switch (self.mode) { return switch (self.mode) {
.serve => |opts| opts.cdp_max_connections, .serve => |opts| opts.cdp_max_connections,