- commit
- 2e484cd
- parent
- b702df1
- author
- Eric Bower
- date
- 2024-01-25 20:59:03 +0000 UTC
chore(pgs): increase storage max to 25MB
1 files changed,
+1,
-1
+1,
-1
1@@ -5,7 +5,7 @@ import (
2 "github.com/picosh/pico/wish/cms/config"
3 )
4
5-var maxSize = uint64(15 * shared.MB)
6+var maxSize = uint64(25 * shared.MB)
7 var maxAssetSize = int64(5 * shared.MB)
8
9 func NewConfigSite() *shared.ConfigSite {