mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 22:17:17 +02:00
Updated Running a public or community server (markdown)
parent
50d76ef054
commit
463aba0e3d
1 changed files with 1 additions and 1 deletions
|
@ -690,7 +690,7 @@ If you look through your .htconfig.php file, you may find another example settin
|
|||
>// If enabled, all items are cached in the given directory
|
||||
>$a->config['stem']['itemyscache'] = "";
|
||||
|
||||
Do not be tempted to use this setting. It does the job intended by the author, but is still relatively untested by public servers.
|
||||
Do not be tempted to use this setting on a public server. It does the job intended by the author, making pages load faster, but at the cost of hitting the disk more often. This may be useful for a community site consisting of a couple of dozen members, but on a larger site actually _increases_ server load due to the extra time spent writing to the disk.
|
||||
|
||||
If you are running a public server listed on friendica. com, the following setting may be attractive.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue