Skip to content

Commit

Permalink
Updated lock queue size
Browse files Browse the repository at this point in the history
  • Loading branch information
aiden3c committed Aug 21, 2024
1 parent 967ebe3 commit e3c464f
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 @@ -18,7 +18,7 @@
class SystemService(Service):

@private
@job(lock='system.debug_generate')
@job(lock='system.debug_generate', lock_queue_size=1)
def debug_generate(self, job):
"""
Generate system debug file.
Expand Down

0 comments on commit e3c464f

Please sign in to comment.