dbus: Smaller GetMessages buffers, avoid encoding attachment paths.
This commit is contained in:
@@ -33,7 +33,7 @@ impl DBusDaemonInterface {
|
||||
|
||||
fn proxy(&self) -> Proxy<&Connection> {
|
||||
self.conn
|
||||
.with_proxy(DBUS_NAME, DBUS_PATH, std::time::Duration::from_millis(5000))
|
||||
.with_proxy(DBUS_NAME, DBUS_PATH, std::time::Duration::from_secs(30))
|
||||
}
|
||||
|
||||
async fn print_settings(&mut self) -> Result<()> {
|
||||
|
||||
Reference in New Issue
Block a user