This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |
| docs:cofig-for-small-notes [2024-04-14 06:45] – [Limit public access] Tobias | docs:cofig-for-small-notes [2024-09-30 20:27] (current) – [Settings in the config file] Andreas Kilgus |
|---|
| ==== Settings in the config file ==== | ==== Settings in the config file ==== |
| |
| * ''system -> fetch_perents = false'' this will prevent Friendica to fetch missing parent posts | * ''system -> fetch_parents = false'' this will prevent Friendica to fetch missing parent posts |
| * ''system -> optimize_all_tables = true'' this will optimizes all tables instead of only tables like workerqueue or the cache, so when things in the database are deleted, more space is freed. | * ''system -> optimize_all_tables = true'' this will optimizes all tables instead of only tables like workerqueue or the cache, so when things in the database are deleted, more space is freed. |
| |