Update SharingTime to 20 min as 15 is not enough

This commit is contained in:
nemunaire 2023-03-05 17:05:01 +01:00
parent 64eb8f2852
commit ce0c8e0025
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ import (
"github.com/gin-gonic/gin"
)
const SharingTime = 15 * time.Minute
const SharingTime = 10 * time.Minute
var (
s3_endpoint string