Skip to content
Snippets Groups Projects
Commit 154bbef0 authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files

Add delay parameter to example config

parent 2c3b9924
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,10 @@ VHost = '/' ...@@ -5,6 +5,10 @@ VHost = '/'
Server = 'ohpc' Server = 'ohpc'
Port = 5672 Port = 5672
# time delay to let account creation finish
# to avoid concurrency with downstream agents
Delay = 5
# git_commit agent config # git_commit agent config
rc_users_ldap_repo_loc = "~/git/rc-users" rc_users_ldap_repo_loc = "~/git/rc-users"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment