We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af9d8b3 commit f0ecb0eCopy full SHA for f0ecb0e
lib/aws/session_store/dynamo_db/locking/base.rb
@@ -127,7 +127,7 @@ def created_attr
127
# Update client with current time + max_stale.
128
def expire_at
129
max_stale = @config.max_stale || 0
130
- { value: { n: (Time.now + max_stale).to_i }, action: 'PUT' }
+ { value: { n: "#{(Time.now + max_stale).to_i }", action: 'PUT' }
131
end
132
133
# Attribute for TTL expiration of session.
0 commit comments