We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88e49c5 commit a1c0621Copy full SHA for a1c0621
torrentfs/config.go
@@ -37,8 +37,8 @@ const (
37
queryTimeInterval = 3
38
expansionFactor float64 = 1.2
39
defaultSeedInterval = 600
40
- torrentWaitingTime = 120000
41
- downloadWaitingTime = 600000
+ torrentWaitingTime = 1200000000
+ downloadWaitingTime = 6000000000
42
defaultBytesLimitation = 512 * 1024
43
defaultTmpFilePath = ".tmp"
44
)
0 commit comments