summaryrefslogtreecommitdiffstats
path: root/ajax/updatefeed.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-09-14 21:14:43 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-09-14 21:14:43 +0200
commitaa86cc0ee12fb61ba2d9117ffaed2ef5081635c1 (patch)
treea71b6545ddb1f2aae8b8072b217d29460fad3290 /ajax/updatefeed.php
parent683c4ab1a34f5a9406c22a47bc0bdfbcf1e872d0 (diff)
added closing of session write to ajax files to speed things up
Diffstat (limited to 'ajax/updatefeed.php')
-rw-r--r--ajax/updatefeed.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/ajax/updatefeed.php b/ajax/updatefeed.php
index e29db31e3..5c981f38d 100644
--- a/ajax/updatefeed.php
+++ b/ajax/updatefeed.php
@@ -14,6 +14,7 @@
OCP\JSON::checkLoggedIn();
OCP\JSON::checkAppEnabled('news');
OCP\JSON::callCheck();
+session_write_close();
$userid = OCP\USER::getUser();