From b9d2a992c87a536e3e1c8440144a74cc4fd91b3f Mon Sep 17 00:00:00 2001
From: Yvon <yvon.kerdoncuff@gmail.com>
Date: Tue, 19 Mar 2024 11:48:19 +0100
Subject: [PATCH] 6022 : force garbage collector frequency to default php.ini value (0) which seems to be the cause of 504 nginx errors on gironde_pp

---
 config/packages/framework.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/config/packages/framework.yaml b/config/packages/framework.yaml
index 9a60d0e..d356f0e 100644
--- a/config/packages/framework.yaml
+++ b/config/packages/framework.yaml
@@ -19,6 +19,7 @@ framework:
         cookie_secure: 'auto'
         cookie_samesite: 'lax'
         # name: Kohinossessid
+        gc_probability: null
 
     #esi: true
     #fragments: true
--
libgit2 0.26.0