File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 122122 $ settings ['redis.connection ' ]['read_timeout ' ] = $ redis_timeout ;
123123 $ settings ['redis.connection ' ]['timeout ' ] = $ redis_timeout ;
124124 $ settings ['cache ' ]['default ' ] = 'cache.backend.redis ' ;
125- $ settings ['cache ' ]['bins ' ]['bootstrap ' ] = 'cache.backend.chainedfast ' ;
126- $ settings ['cache ' ]['bins ' ]['discovery ' ] = 'cache.backend.chainedfast ' ;
127- $ settings ['cache ' ]['bins ' ]['config ' ] = 'cache.backend.chainedfast ' ;
125+ $ settings ['cache ' ]['bins ' ]['bootstrap ' ] = 'cache.backend.redis ' ;
126+ $ settings ['cache ' ]['bins ' ]['discovery ' ] = 'cache.backend.redis ' ;
127+ $ settings ['cache ' ]['bins ' ]['config ' ] = 'cache.backend.redis ' ;
128128
129129 $ settings ['cache_prefix ' ]['default ' ] = getenv ('REDIS_CACHE_PREFIX ' ) ?: getenv ('LAGOON_PROJECT ' ) . '_ ' . getenv ('LAGOON_GIT_SAFE_BRANCH ' );
130130
You can’t perform that action at this time.
0 commit comments