all repos — flounder @ 0caa75e34952ee16af3d2d65ffc01a120c751621

A small site builder for the Gemini protocol

up log dumping to 1 hour
alex wennerberg alex@alexwennerberg.com
Thu, 07 Jan 2021 00:30:48 -0800
commit

0caa75e34952ee16af3d2d65ffc01a120c751621

parent

556101d329d23e1a8bbe463f6eadfda571231f49

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M main.gomain.go

@@ -51,7 +51,7 @@

// handle background tasks s1 := gocron.NewScheduler(time.UTC) if c.AnalyticsDBFile != "" { - s1.Every(2).Hour().Do(dumpLogs) // TODO Dont do on start? + s1.Every(1).Hour().Do(dumpLogs) // TODO Dont do on start? } switch args[0] {