caipin 4 年之前
父节点
当前提交
45d15c7cf0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      conf/project.go

+ 1 - 1
conf/project.go

@@ -26,7 +26,7 @@ const CallbackUrl string = "http://88.88.88.88:8888"
 
 
 // 用户上传文件时指定的前缀。 --user-dir-prefix/
 // 用户上传文件时指定的前缀。 --user-dir-prefix/
 const Upload_dir string = "xinxihua/"
 const Upload_dir string = "xinxihua/"
-const Expire_time int64 = 60
+const Expire_time int64 = 600
 
 
 // 中国时区
 // 中国时区
 var SysTimeLocation, _ = time.LoadLocation("Asia/Chongqing")
 var SysTimeLocation, _ = time.LoadLocation("Asia/Chongqing")