Changes between Initial Version and Version 1 of Ticket #56845
- Timestamp:
- 10/18/2022 02:42:27 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #56845 – Description
initial v1 5 5 The new code fetches all the options for the given network_id (not just the one you are asking for) and saves the whole set of them under one key `:site_meta:<network_id>` so `:site_meta:1`. Where the value in the cache would be: 6 6 7 ``` 7 {{{ 8 8 { 9 9 "site_name": '...', … … 11 11 ... 12 12 } 13 ``` 13 }}} 14 14 15 15 The outcome of this change is that if the cumulative size of ALL site options is bigger than 1MB (default limit of memcached per object) NONE of the options will be cached.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)