diff --git a/wrangler.toml b/wrangler.toml index cfea8f0dc..acd8519c0 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -3,10 +3,10 @@ workers_dev = true account_id = "" type = "webpack" webpack_config = "node_modules/flareact/webpack" -compatibility_date = "2021-07-23" +compatibility_date = "2023-08-15" [triggers] -crons = ["* * * * *"] +crons = ["*/2 * * * *"] [site] bucket = "out"