Describe the bug
JobKillDelay and JobKillDelay has incorrent value of 30 seconds in cupsd.conf man page.
scheduler/cupsd.h:87:
#define DEFAULT_TIMEOUT 300 /* Timeout during requests/updates */
...
scheduler/job.h:131:
VAR int JobKillDelay VALUE(DEFAULT_TIMEOUT),
To Reproduce
$ man cupsd.conf
...
JobKillDelay seconds
Specifies the number of seconds to wait before killing the filters
and backend associated with a canceled or held job. The default
is "30".
JobRetryInterval seconds
Specifies the interval between retries of jobs in seconds. This
is typically used for fax queues but can also be used with normal
print queues whose error policy is "retry-job" or "retry-current-
job". The default is "30".
...
Describe the bug JobKillDelay and JobKillDelay has incorrent value of 30 seconds in cupsd.conf man page.
To Reproduce
Expected behavior