1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 09:37:56 +00:00

When quitting, check more frequently if torrents are closed.

This commit is contained in:
Josh Elsasser 2006-07-14 21:46:32 +00:00
parent 4802ada213
commit 6db1a57d14

View file

@ -55,7 +55,7 @@
#define UPDATE_INTERVAL 1000 #define UPDATE_INTERVAL 1000
/* interval in milliseconds to check for stopped torrents and update display */ /* interval in milliseconds to check for stopped torrents and update display */
#define EXIT_CHECK_INTERVAL 1000 #define EXIT_CHECK_INTERVAL 500
struct cbdata { struct cbdata {
TrBackend *back; TrBackend *back;