Skip to content

Commit

Permalink
Make system.debug have lock_queue_size=0
Browse files Browse the repository at this point in the history
  • Loading branch information
themylogin committed Sep 4, 2024
1 parent b8dc188 commit 88c58dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middlewared/middlewared/plugins/system/debug.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def progress_callback(percent, desc):

@accepts(roles=['READONLY_ADMIN'])
@returns()
@job(lock='system.debug', pipes=['output'])
@job(lock='system.debug', lock_queue_size=0, pipes=['output'])
def debug(self, job):
"""
Download a debug file.
Expand Down

0 comments on commit 88c58dc

Please sign in to comment.