all repos — flounder @ 8557a55ee8c027e60893687534690ce561ee08ce

A small site builder for the Gemini protocol

dump longs faster
alex wennerberg alex@alexwennerberg.com
Thu, 07 Jan 2021 20:42:36 -0800
commit

8557a55ee8c027e60893687534690ce561ee08ce

parent

e9ad207d9aee1e48d19f429c68cc8c8b0d2ae2fd

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(1).Hour().Do(dumpLogs) // TODO Dont do on start? + s1.Every(5).Minute().Do(dumpLogs) } switch args[0] {