aboutsummaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
authorken restivo <ken@restivo.org>2015-11-27 14:43:17 -0800
committerken restivo <ken@restivo.org>2015-11-27 14:43:17 -0800
commit4af104384b5f97eeacd1426f158304f6956002af (patch)
treecef7c55319c979da8deba6d0113eac97409e0bf8 /.htaccess
parentaa78d51521132cf38e8c6a52cd01345e41f67905 (diff)
downloadvolse-hubzilla-4af104384b5f97eeacd1426f158304f6956002af.tar.gz
volse-hubzilla-4af104384b5f97eeacd1426f158304f6956002af.tar.bz2
volse-hubzilla-4af104384b5f97eeacd1426f158304f6956002af.zip
Re-reading zottel's excellent docs, 70 seems the recommended default. Changed.
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index 237e0caef..e22b860fd 100644
--- a/.htaccess
+++ b/.htaccess
@@ -33,5 +33,5 @@ AddType audio/ogg .oga
# Required to keep Apache from hanging waiting for MySql connections
<IfModule mpm_prefork_module>
GracefulShutdownTimeout 300
- MaxRequestWorkers 100
+ MaxRequestWorkers 70
</IfModule> \ No newline at end of file