Skip to content
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

Timestamp with milliseond precision #26

Open
trbck opened this issue Feb 16, 2018 · 1 comment
Open

Timestamp with milliseond precision #26

trbck opened this issue Feb 16, 2018 · 1 comment

Comments

@trbck
Copy link

trbck commented Feb 16, 2018

Hi, your (excellent) module does not seem to support millisecond precision as it throughs a "timestamp is too old" error. Any chance this might be added in the future?

@danni-m
Copy link
Owner

danni-m commented Feb 18, 2018

Yes, Keeping a sub-second samples are technically doable, it will take more space since we don't have any compression at the moment, and even with compression it will be less memory efficient.

I would suggest to try and compile the module after settings timestamp_t and api_timestamp_t to int64_t and see if it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants