25 honks is barely a day

This commit is contained in:
Ted Unangst 2019-11-13 01:00:03 -05:00
parent 3902576833
commit c78e446ac1
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ func getbonk(userid int64, xid string) *Honk {
func getpublichonks() []*Honk { func getpublichonks() []*Honk {
dt := time.Now().UTC().Add(-7 * 24 * time.Hour).Format(dbtimeformat) dt := time.Now().UTC().Add(-7 * 24 * time.Hour).Format(dbtimeformat)
rows, err := stmtPublicHonks.Query(dt, 25) rows, err := stmtPublicHonks.Query(dt, 125)
return getsomehonks(rows, err) return getsomehonks(rows, err)
} }
func geteventhonks(userid int64) []*Honk { func geteventhonks(userid int64) []*Honk {