From aa86cc0ee12fb61ba2d9117ffaed2ef5081635c1 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 14 Sep 2012 21:14:43 +0200 Subject: added closing of session write to ajax files to speed things up --- ajax/updatefeed.php | 1 + 1 file changed, 1 insertion(+) (limited to 'ajax/updatefeed.php') 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(); -- cgit v1.2.3