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

[Feature Request] Configurable Google Sheets logging interval #9

Open
nick-chieng opened this issue Jan 21, 2019 · 1 comment
Open

Comments

@nick-chieng
Copy link

Would it be possible to configure the recording frequency for the Google Sheets logging?

@NorthernMan54
Copy link
Collaborator

In the code, it updates the spreadsheet every 60 refreshes, so knowing that you could change the refresh config option to match what your looking for. I would not change it to a low number as it may have issues.

if (this.log_event_counter > 59) {

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