mirror of
https://github.com/ansible/awx.git
synced 2026-01-23 07:28:02 -03:30
Merge pull request #4837 from ryanpetrello/faster-dev-iso
lower the isolated poll interval in development Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
commit
8d44ab55f1
@ -83,7 +83,7 @@ AWX_PROOT_ENABLED = True
|
||||
|
||||
AWX_ISOLATED_USERNAME = 'root'
|
||||
AWX_ISOLATED_CHECK_INTERVAL = 1
|
||||
AWX_ISOLATED_PERIODIC_CHECK = 30
|
||||
AWX_ISOLATED_PERIODIC_CHECK = 5
|
||||
AWX_ISOLATED_LAUNCH_TIMEOUT = 30
|
||||
|
||||
# Disable Pendo on the UI for development/test.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user