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
OpenDbColumnFamiliesWithTTL is requesting []grocksdb._Ctype_int for the ttls parameter. This is my first time running into this sort of issue, but shouldn't it be an []int that is passed to the function OpenDbColumnFamiliesWithTTL in db.go? Is there another way that I can set the list of TTLs for this?
(corrected []int32 to int)
The text was updated successfully, but these errors were encountered:
OpenDbColumnFamiliesWithTTL is requesting []grocksdb._Ctype_int for the ttls parameter. This is my first time running into this sort of issue, but shouldn't it be an []int that is passed to the function OpenDbColumnFamiliesWithTTL in db.go? Is there another way that I can set the list of TTLs for this?
(corrected []int32 to int)
The text was updated successfully, but these errors were encountered: