mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
lower the isolated poll interval in development
(waiting 30s is annoying)
This commit is contained in:
parent
de68de7f9a
commit
73c3b8849b
@ -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