-
Notifications
You must be signed in to change notification settings - Fork 841
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
Misleading Cassandra TTL property name #1728
Comments
It should be seconds Line 168 in 420bf5e
|
jitokim
added a commit
to jitokim/spring-ai
that referenced
this issue
Nov 14, 2024
fix issue spring-projects#1728 Signed-off-by: jitokim <[email protected]>
jitokim
added a commit
to jitokim/spring-ai
that referenced
this issue
Nov 14, 2024
fix issue spring-projects#1728 Signed-off-by: jitokim <[email protected]>
@tusharleek |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
spring-ai/spring-ai-spring-boot-autoconfigure/src/main/java/org/springframework/ai/autoconfigure/chat/memory/cassandra/CassandraChatMemoryProperties.java
Line 48 in 6acd202
Can we please change name or its implementation as the value I am assigning this using properties is in milliseconds and field name is time-to-live-seconds and can we add any provision that if I add or update this field value then after application restart changes will reflect as of now it only works if table is not there previously
The text was updated successfully, but these errors were encountered: