mirror of
https://github.com/transmission/transmission
synced 2025-02-13 09:54:44 +00:00
#3677 (libT) "Save .resume files less frequently to avoid excessive disk IO" -- fixed.
This commit is contained in:
parent
d00cc8d53e
commit
df26058ee8
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
|||
|
||||
enum
|
||||
{
|
||||
SAVE_INTERVAL_SECS = 120,
|
||||
SAVE_INTERVAL_SECS = 360,
|
||||
|
||||
DEFAULT_CACHE_SIZE_MB = 2
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue