Explorar o código

Run wpcron every 5 minutes instead

running it every minute causes a lot of churn which is probably not
needed.
Girish Ramakrishnan %!s(int64=7) %!d(string=hai) anos
pai
achega
fa043220f3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"
       }
     }