mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-16 02:39:16 +00:00
trivial: Do not timeout of very long firmware operations
This commit is contained in:
parent
01b9a838b4
commit
c2651fb687
@ -648,7 +648,7 @@ fwupd_client_install (FwupdClient *client,
|
|||||||
g_dbus_connection_send_message_with_reply (priv->conn,
|
g_dbus_connection_send_message_with_reply (priv->conn,
|
||||||
request,
|
request,
|
||||||
G_DBUS_SEND_MESSAGE_FLAGS_NONE,
|
G_DBUS_SEND_MESSAGE_FLAGS_NONE,
|
||||||
-1,
|
G_MAXINT,
|
||||||
NULL,
|
NULL,
|
||||||
cancellable,
|
cancellable,
|
||||||
fwupd_client_send_message_cb,
|
fwupd_client_send_message_cb,
|
||||||
|
Loading…
Reference in New Issue
Block a user