mirror of
https://github.com/ansible/awx.git
synced 2026-05-11 03:17:38 -02:30
add CTiT setting for max UI job events
This commit is contained in:
committed by
Matthew Jones
parent
f93506fe2c
commit
dee4b72303
@@ -52,3 +52,14 @@ register(
|
||||
category_slug='ui',
|
||||
feature_required='rebranding',
|
||||
)
|
||||
|
||||
register(
|
||||
'MAX_UI_JOB_EVENTS',
|
||||
field_class=fields.IntegerField,
|
||||
min_value=100,
|
||||
label=_('Max Job Events Retreived by UI'),
|
||||
help_text=_('Maximum number of job events for the UI to retreive within a '
|
||||
'single request.'),
|
||||
category=_('UI'),
|
||||
category_slug='ui',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user