Skip to content

Commit

Permalink
Better configuration times
Browse files Browse the repository at this point in the history
  • Loading branch information
henrod committed Jun 11, 2017
1 parent e2e5947 commit 10a043f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions config/local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ extensions:
url: redis://localhost:6363
connectionTimeout: 200
watcher:
autoScalingPeriod: 30
autoScalingPeriod: 10
lockKey: "maestro-lock-key"
lockTimeoutMs: 180000
gracefulShutdownTimeout: 300
worker:
syncPeriod: 30
syncPeriod: 10
gracefulShutdownTimeout: 300
scaleUpTimeoutSeconds: 300
scaleDownTimeoutSeconds: 300
deleteTimeoutSeconds: 150
pingTimeout: 10
updateTimeoutSeconds: 600
scaleUpTimeoutSeconds: 60
scaleDownTimeoutSeconds: 60
deleteTimeoutSeconds: 60
pingTimeout: 60
updateTimeoutSeconds: 60
sentry:
url: ""
newrelic:
Expand Down

0 comments on commit 10a043f

Please sign in to comment.