mirror of
https://github.com/ansible/awx.git
synced 2026-02-18 19:50:05 -03:30
lower the isolated poll interval in development
(waiting 30s is annoying)
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