Browse Source

apc.enable_cli=1 for cron too

21.0.3
Kay0u 5 years ago
parent
commit
51c5b71f2b
No known key found for this signature in database GPG Key ID: AAFEEB16CFA2AE2D
  1. 2
      conf/nextcloud.cron

2
conf/nextcloud.cron

@ -1 +1 @@
*/15 * * * * __APP__ /usr/bin/php__PHPVERSION__ -f __FINAL_PATH__/cron.php
*/15 * * * * __APP__ /usr/bin/php__PHPVERSION__ --define apc.enable_cli=1 -f __FINAL_PATH__/cron.php
Loading…
Cancel
Save