set opcache revalidation frequency to 30s

This commit is contained in:
VirtuBox 2019-01-14 04:34:21 +01:00 committed by GitHub
parent 856adcc44c
commit df3c635e77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -175,8 +175,8 @@ opcache.max_accelerated_files=10000
opcache.max_wasted_percentage=10
opcache.memory_consumption=256
opcache.save_comments=1
opcache.revalidate_freq=0
opcache.validate_timestamps=0
opcache.revalidate_freq=60
opcache.validate_timestamps=1
opcache.consistency_checks=0