Skip to content

Commit

Permalink
Merge pull request #1 from Emergya/development
Browse files Browse the repository at this point in the history
Added new parameter to the settings to control how long a process sleeps
  • Loading branch information
alfem committed Nov 17, 2015
2 parents ab06673 + 1084994 commit 6d5b6ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/default/gecoscc.ini.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6d5b6ba

Please sign in to comment.