diff --git a/templates/default/gecoscc.ini.erb b/templates/default/gecoscc.ini.erb index 42cefb6..8c661e4 100644 --- a/templates/default/gecoscc.ini.erb +++ b/templates/default/gecoscc.ini.erb @@ -43,6 +43,10 @@ chef.url = <%= node['gecoscc-ui']['chef-server']['url'] %> chef.cookbook_name = gecos_ws_mgmt chef.seconds_sleep_is_busy = 5 chef.seconds_block_is_busy = 3600 +# smart_lock_sleep_factor is use to avoid concurrency problem +# We use this parameter to sleep the process between GET and POST request. +# It's a temporary solution +chef.smart_lock_sleep_factor = 3 ## Change this if you dont want to use mongo ## BROKER_URL = mongodb://localhost:27017/gecoscc