Skip to content

Commit a1c0621

Browse files
committed
[tfs] fix
1 parent 88e49c5 commit a1c0621

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

torrentfs/config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ const (
3737
queryTimeInterval = 3
3838
expansionFactor float64 = 1.2
3939
defaultSeedInterval = 600
40-
torrentWaitingTime = 120000
41-
downloadWaitingTime = 600000
40+
torrentWaitingTime = 1200000000
41+
downloadWaitingTime = 6000000000
4242
defaultBytesLimitation = 512 * 1024
4343
defaultTmpFilePath = ".tmp"
4444
)

0 commit comments

Comments
 (0)