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
1 changed files with 1 additions and 1 deletions

View File

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