mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
Reset max bytes display
This commit is contained in:
parent
a61e729ebb
commit
1cd2a762be
@ -150,7 +150,7 @@ ALLOWED_HOSTS = []
|
||||
REMOTE_HOST_HEADERS = ['REMOTE_ADDR', 'REMOTE_HOST']
|
||||
|
||||
# Note: This setting may be overridden by database settings.
|
||||
STDOUT_MAX_BYTES_DISPLAY = 10485760
|
||||
STDOUT_MAX_BYTES_DISPLAY = 1048576
|
||||
|
||||
# The maximum size of the ansible callback event's res data structure
|
||||
# beyond this limit and the value will be removed
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user