Skip to content

Commit 0e2e118

Browse files
committed
2 parents 1b7aacb + bfc63fe commit 0e2e118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Infrastructure/Repositories/DynamoDb/UserConnectionRepository.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public async Task<bool> SaveAsync(UserConnection userConnection, CancellationTok
8787
}).ToList()
8888
}
8989
},
90-
{"ttl",new AttributeValue {N = ttl.ToUnixTimeSeconds().ToString()}}
90+
{"ttl",new AttributeValue {N = ttl.AddMinutes(30).ToUnixTimeSeconds().ToString()}}
9191
}
9292
};
9393

0 commit comments

Comments
 (0)