CHANGES IN V1.28.0
+ - cups-browsed: Remove left-over local queues from the
+ previous session more quickly when CUPS legacy browsing is
+ turned on.
- cups-browsed: Left-over local queues from the previous
session for which the corresponding did not appear again did
not get removed as they were considered externally
p->status = STATUS_UNCONFIRMED;
if (BrowseRemoteProtocols & BROWSE_CUPS)
- p->timeout = time(NULL) + BrowseTimeout;
+ p->timeout = time(NULL) + BrowseInterval * 3 / 2;
else
p->timeout = time(NULL) + TIMEOUT_CONFIRM;