Index: doc/help/spec-ipp.html =================================================================== --- doc/help/spec-ipp.html (revision 8790) +++ doc/help/spec-ipp.html (working copy) @@ -1603,8 +1603,8 @@
"timeout" (integer (1:MAX)) :CUPS 1.4/Mac OS X 10.6 -
The client OPTIONALLY supplies this attribute limiting the number of - devices that are returned. +
The client OPTIONALLY supplies this attribute to limit the duration + of the lookup. The default timeout is 15 seconds. Index: scheduler/ipp.c =================================================================== --- scheduler/ipp.c (revision 8790) +++ scheduler/ipp.c (working copy) @@ -6556,7 +6556,7 @@ "%d+%d+%d+%d+%s%s%s%s%s", con->request->request.op.request_id, limit ? limit->values[0].integer : 0, - timeout ? timeout->values[0].integer : 10, + timeout ? timeout->values[0].integer : 15, (int)User, requested_str, exclude_str[0] ? "%20" : "", exclude_str,