-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
tasklite polls stdin for 0.5 seconds before printing tasks list #88
Comments
Mh, maybe because of the hooks: https://tasklite.org/cli/hooks/main But I don't think I have any polling going on my system (macOS). Might be a Linux problem? |
Just run
It happens only on listing commands. |
What did you use to generate the I just checked the profiling output of GHC (https://downloads.haskell.org/ghc/9.6-latest/docs/users_guide/profiling.html), but couldn't see anything suspicious. If you have an idea how this could be debugged, any help would be highly appreciated! |
|
Given the trace, the lag happens between a stat to |
If SQLite makes a request in WAL mode it first checks |
Haven't checked the code for why there is this waiting time, but it's kinda annoying.
The text was updated successfully, but these errors were encountered: