Skip to content

Commit

Permalink
fix: refactor codebase for improved performance and maintainability
Browse files Browse the repository at this point in the history
Sure! Please provide the git diff you would like summarized.

Signed-off-by: ysicing <[email protected]>
  • Loading branch information
ysicing committed Dec 12, 2024
1 parent 1306737 commit a2f9f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/docker-compose-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ services:
- ZT_REDIS_HOST=zentao-cache
- ZT_REDIS_PORT=6379
- ZT_REDIS_PASSWORD=pass4Zentao
- ZT_REDIS_SERIALIZER= igbinary # php, igbinary
- ZT_REDIS_SERIALIZER=igbinary # php, igbinary
- ZT_CACHE_ENABLE=true
- ZT_CACHE_TYPE=redis
- ZT_CACHE_SCOPE=private
Expand Down

0 comments on commit a2f9f3e

Please sign in to comment.