Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Correct argument duplicate typo"
  • Loading branch information
emostov committed Oct 1, 2020
commit 0cb6a8f47c8a6a76ffde54ca6fae599ea5472612
2 changes: 1 addition & 1 deletion ws/src/server_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ where
self.max_connections,
self.max_payload_bytes,
self.max_in_buffer_capacity,
self.max_in_buffer_capacity,
self.max_out_buffer_capacity,
)
}
}