Crank honkwindow up to 90 days
1 files changed, 1 insertions(+), 1 deletions(-)

M database.go
M database.go +1 -1
@@ 35,7 35,7 @@ import (
 	"humungus.tedunangst.com/r/webs/mz"
 )
 
-const honkwindow time.Duration = 7 * 24 * time.Hour
+const honkwindow time.Duration = 90 * 24 * time.Hour
 
 //go:embed schema.sql
 var sqlSchema string