mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-26 06:36:58 +00:00
nit picking of legacy
This commit is contained in:
parent
b759aaf673
commit
cba996978e
2 changed files with 2 additions and 4 deletions
|
@ -27,7 +27,7 @@ const (
|
|||
fileCacheTimeout = 5 * time.Minute
|
||||
|
||||
// fileCacheSizeLimit limits the maximum file size that will be cached, and is set to 1 MB by default.
|
||||
fileCacheSizeLimit = int64(1024 * 1024)
|
||||
fileCacheSizeLimit = int64(1000 * 1000)
|
||||
)
|
||||
|
||||
type FileResponse struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue