We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Important
This issue was migrated from Trac:
birdie
There are many operations which may never complete:
etc. etc. etc.
It would be great if MC had a timer for all the operations and allowed to terminate them in case they take too much time or do very little over time.
The text was updated successfully, but these errors were encountered:
Changed by ossi (@ossilator) on Dec 10, 2019 at 9:49 UTC (comment 1)
ossi
Dec 10, 2019 at 9:49 UTC
"interruptible" would mean _always_ responding to ctrl-c (or esc, but that might be a lot harder to implement), and i'd be all for it.
a watchdog, however, is a completely different beast, and i'm not convinced it really fits into an application like mc.
Sorry, something went wrong.
Changed by andrew_b (@aborodin) on Apr 7, 2022 at 7:21 UTC (comment 2)
andrew_b
Apr 7, 2022 at 7:21 UTC
No branches or pull requests
Important
This issue was migrated from Trac:
birdie
(aros@….com)There are many operations which may never complete:
etc. etc. etc.
It would be great if MC had a timer for all the operations and allowed to terminate them in case they take too much time or do very little over time.
The text was updated successfully, but these errors were encountered: