diff --git a/src/middlewared/middlewared/service/decorators.py b/src/middlewared/middlewared/service/decorators.py index 22dadcc3be07d..1f6ffbd882b20 100644 --- a/src/middlewared/middlewared/service/decorators.py +++ b/src/middlewared/middlewared/service/decorators.py @@ -94,7 +94,7 @@ def scrub(self, pool_name): If lock queue size is exceeded then the new job is discarded and the `id` of the last job in the queue is returned. - Default value is `None` meaning that lock queue is infinite. + Default value is `5`. `None` would mean that lock queue is infinite. :param logs: If `True` then `job.logs_fd` object will be available. It is an unbuffered file opened in binary mode; the job can write its logs there, and they will be available in the `/var/log/jobs/{id}.log` file. By default,