Skip to content

Commit eaa47af

Browse files
committed
remove unused field from server create options
1 parent 1d8b1db commit eaa47af

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Server.zig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1664,7 +1664,6 @@ pub const CreateOptions = struct {
16641664
/// Must be set when running `loop`. Controls how the server will send and receive messages.
16651665
transport: ?*lsp.Transport,
16661666
config_manager: *configuration.Manager,
1667-
max_thread_count: usize = 4, // what is a good value here?
16681667
};
16691668

16701669
pub fn create(options: CreateOptions) std.mem.Allocator.Error!*Server {

0 commit comments

Comments
 (0)