Skip to content
Extraits de code Groupes Projets
Valider a4afcb0b rédigé par b_b's avatar b_b
Parcourir les fichiers

Fix #3418 again : ajouter un log pour signaler le problème de conf opcache

parent 9c255058
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -501,6 +501,7 @@ function spip_attend_invalidation_opcode_cache() { ...@@ -501,6 +501,7 @@ function spip_attend_invalidation_opcode_cache() {
and @ini_get('opcache.validate_timestamps') and @ini_get('opcache.validate_timestamps')
and $duree = @ini_get('opcache.revalidate_freq') and $duree = @ini_get('opcache.revalidate_freq')
) { ) {
spip_log('Probleme de configuration opcache.revalidate_freq '. $durees.'s', _LOG_INFO_IMPORTANTE);
sleep($duree + 1); sleep($duree + 1);
} }
} }
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter