mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 15:20:32 -04:00
Increase APCu cache size
This commit is contained in:
parent
dc0e873577
commit
216e63f014
1 changed files with 3 additions and 0 deletions
|
@ -16,5 +16,8 @@ date.timezone = Etc/UTC
|
||||||
[opcache]
|
[opcache]
|
||||||
opcache.validate_timestamps = off
|
opcache.validate_timestamps = off
|
||||||
|
|
||||||
|
[apcu]
|
||||||
|
apc.shm_size = 64M
|
||||||
|
|
||||||
[se]
|
[se]
|
||||||
se.site_status = "live"
|
se.site_status = "live"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue