repos / pico

pico services - prose.sh, pastes.sh, imgs.sh, feeds.sh, pgs.sh
git clone https://github.com/picosh/pico.git

commit
d2e32d0
parent
4646812
author
Eric Bower
date
2024-03-15 15:18:43 +0000 UTC
chore(pgs): reduce free trial to 5MB
1 files changed,  +1, -1
M pgs/config.go
+1, -1
1@@ -5,7 +5,7 @@ import (
2 	"github.com/picosh/pico/wish/cms/config"
3 )
4 
5-var maxSize = uint64(25 * shared.MB)
6+var maxSize = uint64(5 * shared.MB)
7 var maxAssetSize = int64(5 * shared.MB)
8 
9 func NewConfigSite() *shared.ConfigSite {