Explorar el Código

Run wpcron every 5 minutes instead

running it every minute causes a lot of churn which is probably not
needed.
Girish Ramakrishnan hace 7 años
padre
commit
fa043220f3
Se han modificado 1 ficheros con 1 adiciones y 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"
       }
     }