Blame SOURCES/cups-web-devices-timeout.patch
|
|
ea9550 |
diff -up cups-1.7rc1/cgi-bin/admin.c.web-devices-timeout cups-1.7rc1/cgi-bin/admin.c
|
|
|
ea9550 |
--- cups-1.7rc1/cgi-bin/admin.c.web-devices-timeout 2013-05-29 12:51:34.000000000 +0100
|
|
|
ea9550 |
+++ cups-1.7rc1/cgi-bin/admin.c 2013-08-16 16:01:17.308264287 +0100
|
|
|
ea9550 |
@@ -1019,13 +1019,13 @@ do_am_printer(http_t *http, /* I - HTTP
|
|
|
ea9550 |
}
|
|
|
ea9550 |
|
|
|
ea9550 |
/*
|
|
|
ea9550 |
- * Scan for devices for up to 30 seconds...
|
|
|
ea9550 |
+ * Scan for devices for up to 10 seconds...
|
|
|
ea9550 |
*/
|
|
|
ea9550 |
|
|
|
ea9550 |
fputs("DEBUG: Getting list of devices...\n", stderr);
|
|
|
ea9550 |
|
|
|
ea9550 |
current_device = 0;
|
|
|
ea9550 |
- if (cupsGetDevices(http, 5, CUPS_INCLUDE_ALL, CUPS_EXCLUDE_NONE,
|
|
|
ea9550 |
+ if (cupsGetDevices(http, 10, CUPS_INCLUDE_ALL, CUPS_EXCLUDE_NONE,
|
|
|
ea9550 |
(cups_device_cb_t)choose_device_cb,
|
|
|
ea9550 |
(void *)title) == IPP_OK)
|
|
|
ea9550 |
{
|