mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
Increase the exit timeout from 5 seconds to 10.
Increase the update and exit check interval from .5 seconds to 1.
This commit is contained in:
@@ -49,13 +49,13 @@
|
||||
#include "util.h"
|
||||
|
||||
/* time in seconds to wait for torrents to stop when exiting */
|
||||
#define TRACKER_EXIT_TIMEOUT 5
|
||||
#define TRACKER_EXIT_TIMEOUT 10
|
||||
|
||||
/* interval in milliseconds to update the torrent list display */
|
||||
#define UPDATE_INTERVAL 500
|
||||
#define UPDATE_INTERVAL 1000
|
||||
|
||||
/* interval in milliseconds to check for stopped torrents and update display */
|
||||
#define EXIT_CHECK_INTERVAL 500
|
||||
#define EXIT_CHECK_INTERVAL 1000
|
||||
|
||||
struct cbdata {
|
||||
TrBackend *back;
|
||||
|
||||
Reference in New Issue
Block a user