-
Notifications
You must be signed in to change notification settings - Fork 80
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
Timeout on "slow" items #149
Comments
It is somewhat possible, but will require significant changes to how functions are executed in the final printing step, and how their output is collected. Note to self: https://stackoverflow.com/questions/21176487/adding-a-timeout-to-batch-powershell |
Hi, i'd like to add that a timeout, especially for network ops, would be really useful.
|
Hello,
it happens very often that some items (usually weather, remote IP, and drives - the latter maybe due to Google Drive "G:" drive being evaluated) are slow to update, or don't update at all (when offline).
This leads to overall rendering times like 5-10 seconds or more sometimes.
I tend to Ctrl+C this to go on with my job.
It would be useful to have a general option like "GlobalTimeout = 100" to set the maximum time in milliseconds each item should wait to get info, otherwise WinFetch should simply skip that item and render the next one.
The text was updated successfully, but these errors were encountered: