From 88f8739cc796b8543ba8c45961fe0bb093e56e9e Mon Sep 17 00:00:00 2001 From: surtur Date: Sun, 20 Mar 2022 21:06:47 +0100 Subject: [PATCH] set cron interval to 10m --- server.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.env b/server.env index b77c82a..d0134bf 100644 --- a/server.env +++ b/server.env @@ -11,7 +11,7 @@ DRONE_SERVER_PORT=:8000 DRONE_SERVER_PROTO=https DRONE_GIT_ALWAYS_AUTH=true DRONE_DATABASE_SECRET=${DRONE_DATABASE_SECRET} -DRONE_CRON_INTERVAL=15m +DRONE_CRON_INTERVAL=10m DRONE_LOGS_PRETTY=true DRONE_LOGS_COLOR=true