From 2525e633ddb88d4143ede42569bd2026544b5bb6 Mon Sep 17 00:00:00 2001 From: LLLXY Date: Sun, 12 Nov 2023 11:36:28 +0800 Subject: [PATCH] Update wrangler.toml --- wrangler.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrangler.toml b/wrangler.toml index 2e4477fe1..dda62e6ce 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -6,7 +6,7 @@ webpack_config = "node_modules/flareact/webpack" compatibility_date = "2021-07-23" [triggers] -crons = ["0 * * * *"] +crons = ["*/5 * * * *"] [site] bucket = "out"