Browse Source

Run wpcron every 5 minutes instead

running it every minute causes a lot of churn which is probably not
needed.
Girish Ramakrishnan 7 năm trước cách đây
mục cha
commit
fa043220f3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      CloudronManifest.json

+ 1 - 1
CloudronManifest.json

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