Skip to content

Commit bfc63fe

Browse files
authored
Update UserConnectionRepository.cs
1 parent e7b5c73 commit bfc63fe

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)