Update RangeField #28
No reviewers
Labels
No labels
consider soon
documentation
good first issue
hacktoberfest
help wanted
priority: blocker
priority: high
priority: low
priority: medium
type: bug
type: discussion
type: improvement
type: new feature
type: refactor
type: task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
LBRYCommunity/herald.go!28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/jeffreypicard/update-range-query"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Allow repeated range fields per term (for i.e. 0 < x < 100).
Use int32 in RangeField instead of str, as str is never needed.
Remove channel_join field.
Also decided to add the generated python protobufs to source control, like the go ones.
what is this doing? numbers like
1and360should either be constants or there should be a comment explaining what this isprobably both
This is for rounding off times to improve cache hits. It should probably be a config setting, we were thinking of doing the same thing in python