mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02: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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user