浏览代码

Run wpcron every 5 minutes instead

running it every minute causes a lot of churn which is probably not
needed.
Girish Ramakrishnan 7 年之前
父节点
当前提交
fa043220f3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      CloudronManifest.json

+ 1 - 1
CloudronManifest.json

@@ -18,7 +18,7 @@
     "ldap": {},
     "ldap": {},
     "scheduler": {
     "scheduler": {
       "wpcron": {
       "wpcron": {
-        "schedule": "*/1 * * * *",
+        "schedule": "*/5 * * * *",
         "command": "/app/code/wp --allow-root cron event run --due-now"
         "command": "/app/code/wp --allow-root cron event run --due-now"
       }
       }
     }
     }