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

Reduce frequency of file write #7

Open
alifeee opened this issue Sep 25, 2023 · 0 comments
Open

Reduce frequency of file write #7

alifeee opened this issue Sep 25, 2023 · 0 comments

Comments

@alifeee
Copy link
Owner

alifeee commented Sep 25, 2023

Currently, Factorio writes the log file every 1/12 of a second (every 5/60 ticks)

script.on_nth_tick(5, function()

This might be quite often, and could have some overhead. Consider testing what it sounds like at different frequencies

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

1 participant