summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-11-13 14:32:50 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-11-13 14:32:50 +0100
commit917bf505c583c7f3c1004a6fe555a7294d0271e8 (patch)
tree240ebeca0c55288f3e30840b90549f5988fb39db /README.md
parent92720ae80873fbb0a81e440996806963cd226a5a (diff)
remove php-fpm warning since the race condition bug is fixed on newer php versions
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index ec0ea5efb..dd5e48e88 100644
--- a/README.md
+++ b/README.md
@@ -92,7 +92,6 @@ To update the News app use change into the **owncloud/apps/news/** directory usi
## Performance Notices
* Use MySQL or PostgreSQL for better database performance
* Use the [updater script to thread and speed up the update](https://github.com/owncloud/news/wiki/Custom-Updater)
-* Feed updates on plattforms using **php-fpm are significantly slower** due to workarounds which are needed to deal with [libxml not being threadsafe](https://bugs.php.net/bug.php?id=64938)
## Updating Notices