You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By setting trim_chance to a negative number in my custom feed class, would that be enough to never trim a feed? I read the code and a random number should never be negative so it seems like it would, just want to make sure that is the case. Or if there is a better way to disable trimming?
Any thoughts on why trimming is enabled in the Cassandra Base feed class? I know with Redis you have to trim once in a while, but just curious as to why its enabled in the Cassandra feeds.
Thanks again for such an awesome framework!
The text was updated successfully, but these errors were encountered:
Two questions regarding feed trimming:
By setting trim_chance to a negative number in my custom feed class, would that be enough to never trim a feed? I read the code and a random number should never be negative so it seems like it would, just want to make sure that is the case. Or if there is a better way to disable trimming?
Any thoughts on why trimming is enabled in the Cassandra Base feed class? I know with Redis you have to trim once in a while, but just curious as to why its enabled in the Cassandra feeds.
Thanks again for such an awesome framework!
The text was updated successfully, but these errors were encountered: