Blame SOURCES/cups-browsed-renew.patch

a3c8ab
diff --git a/utils/cups-browsed.c b/utils/cups-browsed.c
a3c8ab
index 078348a..2b30c63 100644
a3c8ab
--- a/utils/cups-browsed.c
a3c8ab
+++ b/utils/cups-browsed.c
a3c8ab
@@ -8268,7 +8268,7 @@ int main(int argc, char*argv[]) {
a3c8ab
   /* Subscribe to CUPS' D-Bus notifications and create a proxy to receive
a3c8ab
      the notifications */
a3c8ab
   subscription_id = create_subscription ();
a3c8ab
-  g_timeout_add_seconds (NOTIFY_LEASE_DURATION - 60,
a3c8ab
+  g_timeout_add_seconds (NOTIFY_LEASE_DURATION / 2,
a3c8ab
 			 renew_subscription_timeout,
a3c8ab
 			 &subscription_id);
a3c8ab
   cups_notifier = cups_notifier_proxy_new_for_bus_sync (G_BUS_TYPE_SYSTEM,