this post was submitted on 07 May 2024
510 points (97.4% liked)
Comics
442 readers
1 users here now
A community for sharing comics related to programming
Icon base by Delapouite under CC BY 3.0 with modifications to add a gradient
founded 9 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Why is it 30 in Windows? xfwm has sane 5 seconds.
It is quicker now in Windows, at least if you're trying to interact with the program. It might take 30 seconds for the message queue to fill up without any user input, but I've had it pop up asking me if I wanted to kill a game that was doing some loading in it's UI thread and neglecting the message queue when the total loading time was maybe like 20 seconds and I was clicking to see if it was hung. After understanding that it just takes a while and waiting patiently, the "should I kill it?" message doesn't pop up.