Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC:configuration.md: Change description of interval. #2262

Merged
merged 2 commits into from
May 5, 2017

Conversation

m-masataka
Copy link
Contributor

Signed-off-by: Masataka Mizukoshi [email protected]
I've modified the docs/configuration.md.
The notifications interval and timeout was deprecated values.
And Fixed some configuration related with timeout/interval.
See this issue #2231

@codecov
Copy link

codecov bot commented May 1, 2017

Codecov Report

Merging #2262 into master will decrease coverage by 10.06%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #2262       +/-   ##
==========================================
- Coverage   61.56%   51.5%   -10.07%     
==========================================
  Files         125     125               
  Lines       11405   11405               
==========================================
- Hits         7022    5874     -1148     
- Misses       3497    4785     +1288     
+ Partials      886     746      -140
Impacted Files Coverage Δ
registry/storage/driver/gcs/gcs.go 0.4% <0%> (-68.94%) ⬇️
registry/storage/driver/oss/oss.go 0.56% <0%> (-57.23%) ⬇️
registry/storage/driver/s3-aws/s3.go 4.57% <0%> (-56.23%) ⬇️
registry/storage/driver/s3-goamz/s3.go 0.5% <0%> (-50.88%) ⬇️
registry/client/transport/transport.go 69.69% <0%> (-9.1%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1d78247...7d8dab5. Read the comment docs.

@m-masataka m-masataka closed this May 1, 2017
@m-masataka
Copy link
Contributor Author

Sorry I accidentally closed this request.

@m-masataka m-masataka reopened this May 1, 2017
threshold: 5
backoff: 1000
backoff: 20s
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

20s is probably too high. I would say 5-10s would be better.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okey I see. Thank you for comment. I'll modify it.

@stevvooe
Copy link
Collaborator

stevvooe commented May 4, 2017

Not sure how this got this way. Here is the development configuration for examples of correct values.

@dmcgowan PTAL

@stevvooe
Copy link
Collaborator

stevvooe commented May 4, 2017

LGTM

1 similar comment
@dmcgowan
Copy link
Collaborator

dmcgowan commented May 5, 2017

LGTM

@dmcgowan dmcgowan merged commit ce936a8 into distribution:master May 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants