Skip to content

Commit

Permalink
Enable Synchronizer by default
Browse files Browse the repository at this point in the history
  • Loading branch information
sawagh committed Sep 18, 2019
1 parent 61449fe commit 138f72c
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ require (
github.com/alicebob/miniredis/v2 v2.8.1-0.20190618082157-e29950035715
github.com/cenkalti/backoff v2.1.1+incompatible
github.com/fsnotify/fsnotify v1.4.7
github.com/go-logfmt/logfmt v0.4.0 // indirect
github.com/golang/protobuf v1.3.2
github.com/gomodule/redigo v1.7.1-0.20190322064113-39e2c31b7ca3
github.com/google/gofuzz v1.0.0 // indirect
Expand Down
Binary file not shown.
Binary file modified install/helm/open-match/charts/open-match-demo-0.0.0-dev.tgz
Binary file not shown.
Binary file modified install/helm/open-match/charts/open-match-telemetry-0.0.0-dev.tgz
Binary file not shown.
Binary file modified install/helm/open-match/charts/open-match-test-0.0.0-dev.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion install/helm/open-match/templates/om-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ data:
httpport: "{{ .Values.evaluator.httpPort }}"
synchronizer:
enabled: false
enabled: true
registrationIntervalMs: 3000ms
proposalCollectionIntervalMs: 2000ms
Expand Down

0 comments on commit 138f72c

Please sign in to comment.