]> git.mxchange.org Git - friendica.git/blobdiff - mod/dirfind.php
Added response active support to smoothly
[friendica.git] / mod / dirfind.php
index 0638fe14fa07438e204eeb266f896809e7ed4444..52e16175543abb5e92b0afbb2cff6ffb5cf0d264 100644 (file)
@@ -156,7 +156,7 @@ function dirfind_content(&$a, $prefix = "") {
                        }
 
                        // Add found profiles from the global directory to the local directory
-                       proc_run('php','include/discover_poco.php', "dirsearch", urlencode($search));
+                       proc_run(PRIORITY_LOW, 'include/discover_poco.php', "dirsearch", urlencode($search));
                } else {
 
                        $p = (($a->pager['page'] != 1) ? '&p=' . $a->pager['page'] : '');