Blame SOURCES/cups-browsed-renew.patch

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