modified file `master.php`

This commit is contained in:
KawaiiPunk 2023-06-28 12:46:00 +00:00 committed by Gitium
parent 3f7f82a4d5
commit ef957ef35b
1 changed files with 11 additions and 10 deletions

View File

@ -9,8 +9,8 @@
"dbcache.configuration_overloaded": false,
"dbcache.debug": false,
"dbcache.debug_purge": false,
"dbcache.enabled": false,
"dbcache.engine": "file",
"dbcache.enabled": true,
"dbcache.engine": "redis",
"dbcache.file.gc": 3600,
"dbcache.file.locking": false,
"dbcache.lifetime": 180,
@ -63,7 +63,7 @@
"\\bfound_rows\\(\\)"
],
"docroot_fix.enable": false,
"lazyload.enabled": false,
"lazyload.enabled": true,
"lazyload.threshold": "",
"lazyload.process_img": true,
"lazyload.process_background": true,
@ -96,7 +96,7 @@
],
"lazyload.embed_method": "async_head",
"objectcache.configuration_overloaded": false,
"objectcache.enabled": false,
"objectcache.enabled": true,
"objectcache.debug": false,
"objectcache.debug_purge": false,
"objectcache.enabled_for_wp_admin": false,
@ -142,11 +142,11 @@
"objectcache.lifetime": 180,
"objectcache.purge.all": false,
"pgcache.configuration_overloaded": false,
"pgcache.enabled": false,
"pgcache.enabled": true,
"pgcache.comment_cookie_ttl": 1800,
"pgcache.debug": false,
"pgcache.debug_purge": false,
"pgcache.engine": "file_generic",
"pgcache.engine": "apc",
"pgcache.file.gc": 3600,
"pgcache.file.nfs": false,
"pgcache.file.locking": false,
@ -564,7 +564,7 @@
"browsercache.cssjs.expires": true,
"browsercache.cssjs.lifetime": 31536000,
"browsercache.cssjs.nocookies": true,
"browsercache.cssjs.cache.control": false,
"browsercache.cssjs.cache.control": true,
"browsercache.cssjs.cache.policy": "cache_public_maxage",
"browsercache.cssjs.etag": true,
"browsercache.cssjs.w3tc": false,
@ -575,7 +575,7 @@
"browsercache.html.last_modified": true,
"browsercache.html.expires": false,
"browsercache.html.lifetime": 3600,
"browsercache.html.cache.control": false,
"browsercache.html.cache.control": true,
"browsercache.html.cache.policy": "cache_public_maxage",
"browsercache.html.etag": true,
"browsercache.html.w3tc": false,
@ -586,7 +586,7 @@
"browsercache.other.expires": true,
"browsercache.other.lifetime": 31536000,
"browsercache.other.nocookies": true,
"browsercache.other.cache.control": false,
"browsercache.other.cache.control": true,
"browsercache.other.cache.policy": "cache_public_maxage",
"browsercache.other.etag": true,
"browsercache.other.w3tc": false,
@ -945,5 +945,6 @@
"auto": "enabled",
"visibility": "never"
},
"imageservice.configuration_overloaded": true
"imageservice.configuration_overloaded": true,
"lazyload_process_background": true
}