2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2025-04-20 01:27:07 +00:00

config rename

This commit is contained in:
mohammed jasem alaajel 2024-04-28 15:26:05 +04:00
parent 089c5d8e5f
commit de3ce79a0e
Signed by: ham1255
GPG Key ID: EF343502046229F4

View File

@ -56,7 +56,7 @@ network-id: "main"
# You can set Environment variable 'REDISBUNGEE_PROXY_ID' to override # You can set Environment variable 'REDISBUNGEE_PROXY_ID' to override
proxy-id: "proxy-1" proxy-id: "proxy-1"
# since RedisBungee Internally now uses JedisPooled instead of Jedis, JedisPool. # since RedisBungee Internally now uses UnifiedJedis instead of Jedis, JedisPool.
# which will break compatibility with old plugins that uses RedisBungee JedisPool # which will break compatibility with old plugins that uses RedisBungee JedisPool
# so to mitigate this issue, RedisBungee will create an JedisPool for compatibility reasons. # so to mitigate this issue, RedisBungee will create an JedisPool for compatibility reasons.
# disabled by default # disabled by default