1
0
Fork 0
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:
Charles Kerr 2010-12-09 16:54:14 +00:00
parent d00cc8d53e
commit df26058ee8

View file

@ -53,7 +53,7 @@
enum enum
{ {
SAVE_INTERVAL_SECS = 120, SAVE_INTERVAL_SECS = 360,
DEFAULT_CACHE_SIZE_MB = 2 DEFAULT_CACHE_SIZE_MB = 2
}; };