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:
parent
4802ada213
commit
6db1a57d14
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue