We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d8b1db commit eaa47afCopy full SHA for eaa47af
1 file changed
src/Server.zig
@@ -1664,7 +1664,6 @@ pub const CreateOptions = struct {
1664
/// Must be set when running `loop`. Controls how the server will send and receive messages.
1665
transport: ?*lsp.Transport,
1666
config_manager: *configuration.Manager,
1667
- max_thread_count: usize = 4, // what is a good value here?
1668
};
1669
1670
pub fn create(options: CreateOptions) std.mem.Allocator.Error!*Server {
0 commit comments