Skip to content

Commit

Permalink
async
Browse files Browse the repository at this point in the history
  • Loading branch information
jantb committed Feb 2, 2023
1 parent 06a19b6 commit fd3ffd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pub fn main() -> () {
.title("Melt listening on socket://localhost:7999 expected format is JSON Lines https://jsonlines.org")
.window_size((1024.0, 768.0))
.set_window_state(WindowState::Maximized);
let (tx_search, rx_search) = bounded(10);
let (tx_search, rx_search) = bounded(0);


let launcher = AppLauncher::with_window(main_window);
Expand Down

0 comments on commit fd3ffd9

Please sign in to comment.