diff options
author | redmatrix <git@macgirvin.com> | 2016-01-23 16:29:39 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-01-23 16:29:39 -0800 |
commit | ae6ae881519446f1ce750e678b5871a5e3866d0e (patch) | |
tree | 9707b2d6a051598334a7147615ed5457f4e77094 | |
parent | 7b73a689e1b8bc7de96b30f8080d6a7fb479e7ae (diff) | |
download | volse-hubzilla-ae6ae881519446f1ce750e678b5871a5e3866d0e.tar.gz volse-hubzilla-ae6ae881519446f1ce750e678b5871a5e3866d0e.tar.bz2 volse-hubzilla-ae6ae881519446f1ce750e678b5871a5e3866d0e.zip |
update hidden_configs with proc_run_use_exec
-rw-r--r-- | doc/hidden_configs.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/hidden_configs.bb b/doc/hidden_configs.bb index c07d6ca01..5cb482cd9 100644 --- a/doc/hidden_configs.bb +++ b/doc/hidden_configs.bb @@ -90,6 +90,9 @@ This document assumes you're an administrator. Similar to block_public, except only blocks public access to search features. Useful for sites that want to be public, but keep getting hammered by search engines. + [b]system.proc_run_use_exec + If 1, use the exec system call in proc_run to run background tasks. By default + we use proc_open and proc_close. On some (currently rare) systems this does not work well. [b]system.paranoia[/b] As the pconfig, but on a site-wide basis. Can be overwritten by member settings. |