Private
Public Access
1
0

Try to resolve daemon hang when changing settings

This commit is contained in:
2025-06-16 19:06:35 -07:00
parent 45aaf55804
commit 9d591dffc5
2 changed files with 9 additions and 7 deletions

View File

@@ -34,7 +34,7 @@ pub struct UpdateMonitor {
impl UpdateMonitor {
pub fn new(database: Arc<Mutex<Database>>, event_sender: Sender<Event>) -> Self {
let (command_tx, command_rx) = tokio::sync::mpsc::channel(1);
let (command_tx, command_rx) = tokio::sync::mpsc::channel(100);
Self {
database,
event_sender,