Skip to content

Commit

Permalink
fix concurrent typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mookums committed Sep 22, 2024
1 parent 5234a1f commit d634161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/server.zig
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pub const zzzConfig = struct {
threading: ServerThreading = .single_threaded,
/// Kernel Backlog Value.
size_backlog: u31 = 512,
/// Number of Maximum Concurrnet Connections.
/// Number of Maximum Concurrent Connections.
///
/// This is applied PER thread if using multi-threading.
/// zzz will drop/close any connections greater
Expand Down

0 comments on commit d634161

Please sign in to comment.