소스 검색

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": {},
     "scheduler": {
       "wpcron": {
-        "schedule": "*/1 * * * *",
+        "schedule": "*/5 * * * *",
         "command": "/app/code/wp --allow-root cron event run --due-now"
       }
     }