satellite/metainfo: increase stream ID expiration to 48h

Otherwise, it is not possible to upload very large files like 1 TB.

Change-Id: Iadda1ae91174125736684850b906d5bb6d19f0a9
This commit is contained in:
Kaloyan Raev 2020-03-23 15:45:46 +02:00
parent 06c499ccf4
commit 6c44512c15

View File

@ -39,7 +39,7 @@ import (
)
const (
satIDExpiration = 24 * time.Hour
satIDExpiration = 48 * time.Hour
lastSegment = -1
listLimit = 1000