-
Notifications
You must be signed in to change notification settings - Fork 12
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
Runtime in comment is misleading #5
Comments
This will be updated once https://github.com/NextronSystems/nextron-helper-scripts/tree/feature/cockpit-thor-seed is merged |
oh, ok. So you'd still expect "FULL with lookback" to be much quicker than "FULL" (no global_lookback although both have lookback=14)? |
Thanks for checking. I changed the values. This was not changed after the commit 73a4463 (or some time around that commit). Can you check if this is clear to you now? Regarding the runtimes of "Full with lookback" and "Full". "Full" runs a full scan, the Per default |
Erm, so 'full with lookback' is quicker because it only looks at the last 14days of any activity, whereas 'Full' looks at the complete available history (except only the last 14 days of event logs)? |
I agree with that the naming could be different. I will forward your suggestions internally and see if we can change the names. The script is used in other parts of our products, and customers might get confused (at first) by the new presets. So I am not sure if we will change the names anytime soon. For the time being I added a little explanation to the two presets, which I am not sure will make it into the master branch. The reason for that is that we try to communicate with our customers (and to an extend to everyone), that they should: a) never run a script without checking what it does beforehand, and b) understand what the different THOR flags actually do. This also helps that any user of THOR understands what can and cannot be done with THOR. We have extensive explanations in the |
nextron-helper-scripts/thor-seed/thor-seed.ps1
Line 171 in 9d31976
Contrary to the runtime comment on L166, L171 implies this is a quick scan when it is really the slowest of the 3 presets I think.
The text was updated successfully, but these errors were encountered: