mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-12-16 00:08:59 +00:00
Switch to nonblocking socket
Improve test server handshake performance, allowing for a few more fuzz iterations without making tests unbearably slow.
This commit is contained in:
@@ -38,7 +38,7 @@ pub const App = struct {
|
||||
.allocator = allocator,
|
||||
.telemetry = undefined,
|
||||
.app_dir_path = app_dir_path,
|
||||
.http_client = try HttpClient.init(allocator, 5, null),
|
||||
.http_client = try HttpClient.init(allocator, 5),
|
||||
};
|
||||
app.telemetry = Telemetry.init(app, run_mode);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user