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

Expire all keys #53

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Expire all keys #53

wants to merge 4 commits into from

Conversation

mvincenz
Copy link

No description provided.

@@ -199,7 +200,7 @@ def create!

def set_expiration_if_necessary
if @expiration
[available_key, exists_key, version_key].each do |key|
[available_key, exists_key, version_key, @stale_client_timeout.nil?? grabbed_key : nil ].each do |key|
Copy link
Collaborator

Choose a reason for hiding this comment

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

Surrounding space missing for operator ?.
Line is too long. [110/80]
Space inside square brackets detected.

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.

None yet

3 participants